다음을 통해 공유


ValidationIssue.Id 속성

Gets or sets the identifier of the validation issue.

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

구문

‘선언
<DataMemberAttribute> _
Public Property Id As Integer 
    Get 
    Set
‘사용 방법
Dim instance As ValidationIssue 
Dim value As Integer 

value = instance.Id

instance.Id = value
[DataMemberAttribute]
public int Id { get; set; }
[DataMemberAttribute]
public:
property int Id {
    int get ();
    void set (int value);
}
[<DataMemberAttribute>]
member Id : int with get, set
function get Id () : int 
function set Id (value : int)

속성 값

유형: System.Int32
The identifier of the validation issue.

참고 항목

참조

ValidationIssue 클래스

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