ValidationIssue.Id Property

Definition

Specifies the identifier of the issue

public:
 property int Id { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int Id { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Id : int with get, set
Public Property Id As Integer

Property Value

The identifier of the issue.

Attributes

Applies to