ValidationIssue.BusinessRuleItemId 속성
Gets or sets the identifier of the related business rule item that created the validation issue.
네임스페이스: Microsoft.MasterDataServices.Services.DataContracts
어셈블리: Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)
구문
‘선언
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property BusinessRuleItemId As Identifier
Get
Set
‘사용 방법
Dim instance As ValidationIssue
Dim value As Identifier
value = instance.BusinessRuleItemId
instance.BusinessRuleItemId = value
[DataMemberAttribute(EmitDefaultValue = false)]
public Identifier BusinessRuleItemId { get; set; }
[DataMemberAttribute(EmitDefaultValue = false)]
public:
property Identifier^ BusinessRuleItemId {
Identifier^ get ();
void set (Identifier^ value);
}
[<DataMemberAttribute(EmitDefaultValue = false)>]
member BusinessRuleItemId : Identifier with get, set
function get BusinessRuleItemId () : Identifier
function set BusinessRuleItemId (value : Identifier)
속성 값
유형: Microsoft.MasterDataServices.Services.DataContracts.Identifier
The identifier of the related business rule item that created the validation issue.