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