'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <ElementsNotNullAttribute()> <NotNullAttribute()> Public Shared ReadOnly Property DefaultInputArguments As Object()
'Usage
Dim value() As Object value = UACallArguments.DefaultInputArguments
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public static object[] DefaultInputArguments {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [ElementsNotNull()] [NotNull()] public: static property array<Object^>^ DefaultInputArguments { array<Object^>^ get(); }