BusinessRule.Status Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the rule status.
public:
property Microsoft::MasterDataServices::Services::DataContracts::BRStatus Status { Microsoft::MasterDataServices::Services::DataContracts::BRStatus get(); void set(Microsoft::MasterDataServices::Services::DataContracts::BRStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.Services.DataContracts.BRStatus Status { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Status : Microsoft.MasterDataServices.Services.DataContracts.BRStatus with get, set
Public Property Status As BRStatus
Property Value
The rule status.
- Attributes