public Guid CompositionId { get; set; }
Public Property CompositionId As Guid
Get
Set
public:
virtual property Guid CompositionId {
Guid get () sealed;
void set (Guid value) sealed;
}
abstract CompositionId : Guid with get, set
override CompositionId : Guid with get, set