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