This document is archived and information here might be outdated. Recommended version. |
Value of the property with the provided name. Not applicable to all functions.
[Visual Basic .NET] Public Function get_Property ( _ ByVal Name As String _ ) As Object
[Visual Basic .NET] Public Sub set_Property ( _ ByVal Name As String, _ ByVal pVal As Object _ )
[C#] public object get_Property ( string Name );
[C#] public void set_Property ( string Name, object pVal );
[C++]
HRESULT get_Property(
BSTR Name,
VARIANT pVal
);
[C++]
HRESULT put_Property(
BSTR Name,
Variant* pVal
);
[C++]
Parameters Name [in]
Name is a parameter of type BSTR pVal [in]
pVal is a parameter of type VARIANT Name [in]
Name is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type VARIANT*