This document is archived and information here might be outdated. Recommended version. |
Returns the attributes associated with the specified variable. Fails if the variable hasn't been defined.
[Visual Basic .NET] Public Function GetVariableAttributes ( _ ByVal bsVariableName As String _ ) As IPropertySet
[C#] public IPropertySet GetVariableAttributes ( string bsVariableName );
[C++]
HRESULT GetVariableAttributes(
BSTR bsVariableName
);
[C++] Parameters bsVariableName [in]
bsVariableName is a parameter of type BSTR