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