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