Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets an integer that indicates the sort order of members in the collection.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property SortOrder As Integer
Get
Set
'Usage
Dim instance As Collection
Dim value As Integer
value = instance.SortOrder
instance.SortOrder = value
[DataMemberAttribute]
public int SortOrder { get; set; }
[DataMemberAttribute]
public:
property int SortOrder {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member SortOrder : int with get, set
function get SortOrder () : int
function set SortOrder (value : int)
Property Value
Type: System.Int32
An integer that indicates the sort order of members in the collection.