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