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