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