다음을 통해 공유


ValidationIssue.BusinessRuleId 속성

Gets or sets the identifier of the business rule that created the validation issue.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRuleId As Identifier 
    Get 
    Set
‘사용 방법
Dim instance As ValidationIssue 
Dim value As Identifier 

value = instance.BusinessRuleId

instance.BusinessRuleId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier BusinessRuleId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ BusinessRuleId {
    Identifier^ get ();
    void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRuleId : Identifier with get, set
function get BusinessRuleId () : Identifier 
function set BusinessRuleId (value : Identifier)

속성 값

유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the business rule that created the validation issue.

참고 항목

참조

ValidationIssue 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스