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