다음을 통해 공유


Collection.SortOrder 속성

Gets or sets an integer that indicates the sort order of members in the collection.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property SortOrder As Integer 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Int32
An integer that indicates the sort order of members in the collection.

참고 항목

참조

Collection 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스