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