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