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