Intersoft ClientUI Documentation
SetOwnerProperty Method



The property name that represents the resource key.
The value of the resource to set.
Sets a value of the specified property to the IObservableResource object owned by this resource.
Syntax
Protected Sub SetOwnerProperty( _
   ByVal propertyName As String, _
   ByVal value As String _
) 
Dim instance As ObservableResource(Of T)
Dim propertyName As String
Dim value As String
 
instance.SetOwnerProperty(propertyName, value)
protected void SetOwnerProperty( 
   string propertyName,
   string value
)
protected:
void SetOwnerProperty( 
   String^ propertyName,
   String^ value
) 

Parameters

propertyName
The property name that represents the resource key.
value
The value of the resource to set.
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

ObservableResource<T> Class
ObservableResource<T> Members

Send Feedback