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