Intersoft ClientUI Documentation
GetPropertyValue Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IObservableResource Interface : GetPropertyValue Method






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

Syntax

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

Parameters

property
The property name of which value to retrieve.

Return Value

The property 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.