Propriété BusinessRule.Priority
Gets or sets the rule priority.
Espace de noms : Microsoft.MasterDataServices.Services.DataContracts
Assembly : Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property Priority As Integer
Get
Set
'Utilisation
Dim instance As BusinessRule
Dim value As Integer
value = instance.Priority
instance.Priority = value
[DataMemberAttribute]
public int Priority { get; set; }
[DataMemberAttribute]
public:
property int Priority {
int get ();
void set (int value);
}
[<DataMemberAttribute>]
member Priority : int with get, set
function get Priority () : int
function set Priority (value : int)
Valeur de propriété
Type : System.Int32
The rule priority.
Voir aussi
Référence
Espace de noms Microsoft.MasterDataServices.Services.DataContracts