public Nullable<Guid> ThingMID { get; set; }
Public Property ThingMID As Nullable(Of Guid) Get Set
public: property Nullable<Guid^> ThingMID { Nullable<Guid^> get (); void set (Nullable<Guid^> value); }