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






propertyName
The property name that represents the resource key.
value
The value of the resource to set.
Sets a value of the specified property to the IObservableResource object owned by this resource.

Syntax

Visual Basic (Declaration) 
Protected Sub SetOwnerProperty( _
   ByVal propertyName As String, _
   ByVal value As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ObservableResource(Of T)
Dim propertyName As String
Dim value As String
 
instance.SetOwnerProperty(propertyName, value)
C# 
protected void SetOwnerProperty( 
   string propertyName,
   string value
)
Delphi 
protected procedure SetOwnerProperty( 
    propertyName: String;
    value: String
); 
JScript 
protected function SetOwnerProperty( 
   propertyName : String,
   value : String
);
Managed Extensions for C++ 
protected: void SetOwnerProperty( 
   string* propertyName,
   string* value
) 
C++/CLI 
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 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.