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