Set the value of the property. Use PropertyType to determine the type to cast to.
[Visual Basic .NET] |
---|
Public Sub SetValue( _ ByVal PropertyInfo As System.Object _ ) |
[C#] |
---|
public void SetValue( System.Object PropertyInfo ); |
[Managed C++] |
---|
public: void SetValue( VARIANT PropertyInfo ); |
[Unmanaged C++] |
---|
public: HRESULT SetValue( VARIANT PropertyInfo ); |
[Java] |
---|
public void setValue( AgVariant PropertyInfo ); |
[Python - STK API ] |
---|
def SetValue(self, PropertyInfo:typing.Any) -> None: |
- PropertyInfo