Intersoft ClientUI Documentation
GetPropertyString(DependencyObject,String) Method



The dependency object of which the Resource is attached.
The property name of which value to retrieve.
Gets the property value of the Resource attached to the dependency object.
Syntax
Public Overloads Shared Function GetPropertyString( _
   ByVal obj As DependencyObject, _
   ByVal propertyName As String _
) As String
Dim obj As DependencyObject
Dim propertyName As String
Dim value As String
 
value = LocalizationManager.GetPropertyString(obj, propertyName)
public static string GetPropertyString( 
   DependencyObject obj,
   string propertyName
)
public:
static String^ GetPropertyString( 
   DependencyObject^ obj,
   String^ propertyName
) 

Parameters

obj
The dependency object of which the Resource is attached.
propertyName
The property name of which value to retrieve.

Return Value

A string 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

LocalizationManager Class
LocalizationManager Members
Overload List

Send Feedback