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