'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared Shadows ReadOnly Property Default As UASubscriptionParameters
'Usage
Dim value As UASubscriptionParameters value = UASubscriptionParameters.Default
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public new static UASubscriptionParameters Default {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: new static property UASubscriptionParameters^ Default { UASubscriptionParameters^ get(); }