共用方式為


ValidationIssue.Id 屬性

Gets or sets the ID of the validation issue.

命名空間:  Microsoft.MasterDataServices
組件:  Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.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
An integer that represents the ID.

請參閱

參考

ValidationIssue 類別

Microsoft.MasterDataServices 命名空間