public Nullable<Guid> SubscriptionId { get; set; }
Public Property SubscriptionId As Nullable(Of Guid) Get Set
public: property Nullable<Guid^> SubscriptionId { Nullable<Guid^> get (); void set (Nullable<Guid^> value); }