public bool IsIdentity { get; set; }
Public Property IsIdentity As Boolean Get Set
public: property bool IsIdentity { bool get (); void set (bool value); }
member IsIdentity : bool with get, set
In This Article