Axis.Set Property

 

Gets a Set that contains the set for the Axis.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public Set Set { get; }
public:
property Set^ Set {
    Set^ get();
}
member Set : Set with get
Public ReadOnly Property Set As Set

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.Set

A Set that contains the set for the Axis.

See Also

Axis Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top