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