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