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