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.
Gets or sets the business rule status.
public:
property Microsoft::MasterDataServices::BRStatus Status { Microsoft::MasterDataServices::BRStatus get(); void set(Microsoft::MasterDataServices::BRStatus value); };
[System.Runtime.Serialization.DataMember]
public Microsoft.MasterDataServices.BRStatus Status { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Status : Microsoft.MasterDataServices.BRStatus with get, set
Public Property Status As BRStatus
Property Value
A new instance of type BRStatus.
- Attributes