PropertyOrderAttribute.Order Property
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property Order As Integer
Get
'Usage
Dim instance As PropertyOrderAttribute
Dim value As Integer
value = instance.Order
public int Order { get; }
public:
property int Order {
int get ();
}
member Order : int
function get Order () : int
Property Value
Type: System.Int32