This document is archived and information here might be outdated. Recommended version. |
A string defining the name of the variable. This property is optional.
[Visual Basic .NET]
Public Property VariableName As String
[C#]
public string VariableName {get; set;}
[C++]
HRESULT get_VariableName(
BSTR pVariable
);
[C++]
HRESULT put_VariableName(
System.String* pVariable
);
[C++] Parameters pVariable [in]
pVariable is a parameter of type BSTR pVariable [out, retval]
pVariable is a parameter of type BSTR*