Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a BusinessRules complex type.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property BusinessRuleSet As BusinessRuleSet
Get
Set
'Usage
Dim instance As BusinessRulesCloneRequest
Dim value As BusinessRuleSet
value = instance.BusinessRuleSet
instance.BusinessRuleSet = value
[MessageBodyMemberAttribute]
public BusinessRuleSet BusinessRuleSet { get; set; }
[MessageBodyMemberAttribute]
public:
property BusinessRuleSet^ BusinessRuleSet {
BusinessRuleSet^ get ();
void set (BusinessRuleSet^ value);
}
[<MessageBodyMemberAttribute>]
member BusinessRuleSet : BusinessRuleSet with get, set
function get BusinessRuleSet () : BusinessRuleSet
function set BusinessRuleSet (value : BusinessRuleSet)
Eigenschaftswert
Typ: Microsoft.MasterDataServices.Services.DataContracts.BusinessRuleSet
A BusinessRules complex type.
Siehe auch
Verweis
BusinessRulesCloneRequest Klasse
Microsoft.MasterDataServices.Services.MessageContracts-Namespace