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 命名空间