This document is archived and information here might be outdated. Recommended version. |
Global attributes associated with a dimensional definition.
[Visual Basic .NET] Public Property Attributes As IPropertySet
[C#] public IPropertySet Attributes {get; set;}
[C++]
HRESULT get_Attributes(
IPropertySet* ppProperties
);
[C++]
HRESULT putref_Attributes(
IPropertySet** ppProperties
);
[C++] Parameters ppProperties [in]
ppProperties is a parameter of type IPropertySet* ppProperties [out, retval]
ppProperties is a parameter of type IPropertySet**