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