Sets the value of a named property to the supplied string value
[Visual Basic]
Overloads Overrides Public Sub _SetPropertyValue( _
ByVal PropertyName As String , _
ByVal Value As String _
) [C#]
public override void _SetPropertyValue(
string PropertyName,
string Value
);[JScript]
public override function _SetPropertyValue(
PropertyName : String ,
Value : String
);ConstructorClass Class | ConstructorClass Members | Overload List
©2006 i3 Design Limited. All rights reserved.