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