Intersoft ClientUI Documentation
GetPropertyValue Method (IObservableResource)



The property name of which value to retrieve.
Gets the string value of the specified property.
Syntax
Function GetPropertyValue( _
   ByVal property As String _
) As String
Dim instance As IObservableResource
Dim property As String
Dim value As String
 
value = instance.GetPropertyValue(property)
string GetPropertyValue( 
   string property
)
String^ GetPropertyValue( 
   String^ property
) 

Parameters

property
The property name of which value to retrieve.

Return Value

The property value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IObservableResource Interface
IObservableResource Members

Send Feedback