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