This document is archived and information here might be outdated. Recommended version. |
For internal use only.
[Visual Basic .NET] Public Sub Property ( _ ByVal Name As String, _ ByRef val As Object _ )
[C#] public void Property ( string Name, ref object val );
[C++]
HRESULT Property(
BSTR Name,
Variant* val
);
[C++]
Parameters Name [in]
Name is a parameter of type BSTR val [in]
val is a parameter of type VARIANT*