Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the sort order of the attribute among other attributes of the same entity and member type.
Espacio de nombres: Microsoft.MasterDataServices.Services.DataContracts
Ensamblado: Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Sintaxis
'Declaración
<DataMemberAttribute(IsRequired := False)> _
Public Property SortOrder As Integer
Get
Set
'Uso
Dim instance As MetadataAttribute
Dim value As Integer
value = instance.SortOrder
instance.SortOrder = value
[DataMemberAttribute(IsRequired = false)]
public int SortOrder { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property int SortOrder {
int get ();
void set (int value);
}
[<DataMemberAttribute(IsRequired = false)>]
member SortOrder : int with get, set
function get SortOrder () : int
function set SortOrder (value : int)
Valor de la propiedad
Tipo: System.Int32
The sort order of the attribute among other attributes of the same entity and member type.
Vea también
Referencia
Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts