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 the column on which the returned members are sorted.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property SortColumnId As Identifier
Get
Set
'Usage
Dim instance As EntityMembersGetCriteria
Dim value As Identifier
value = instance.SortColumnId
instance.SortColumnId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier SortColumnId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ SortColumnId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member SortColumnId : Identifier with get, set
function get SortColumnId () : Identifier
function set SortColumnId (value : Identifier)
Property Value
Type: Microsoft.MasterDataServices.Identifier
A new instance of type Identifier.
Remarks
This property is optional.