Intersoft ClientUI Documentation
GetPropertyValue Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ObservableResource<T> Class : GetPropertyValue Method






property
The property of which value to retrieve.
Gets the value of the specified property.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetPropertyValue( _
   ByVal property As String _
) As String
Visual Basic (Usage)Copy Code
Dim instance As ObservableResource(Of T)
Dim property As String
Dim value As String
 
value = instance.GetPropertyValue(property)
C# 
public virtual string GetPropertyValue( 
   string property
)
Delphi 
public function GetPropertyValue( 
    property: String
): String; virtual; 
JScript 
public function GetPropertyValue( 
   property : String
) : String;
Managed Extensions for C++ 
public: virtual string* GetPropertyValue( 
   string* property
) 
C++/CLI 
public:
virtual String^ GetPropertyValue( 
   String^ property
) 

Parameters

property
The property of which value to retrieve.

Return Value

A string value.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.