This document is archived and information here might be outdated. Recommended version. |
The value of this property.
[Visual Basic .NET]
Public Property PropertyValue As Object
[C#]
public object PropertyValue {get; set;}
[C++]
HRESULT get_PropertyValue(
Variant* PropertyValue
);
[C++]
HRESULT put_PropertyValue(
VARIANT PropertyValue
);
[C++] Parameters PropertyValue [out, retval]
PropertyValue is a parameter of type VARIANT* PropertyValue [in]
PropertyValue is a parameter of type VARIANT