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