'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("dcom:")> <NotNullAttribute()> Public Shadows Property UrlString As String
'Usage
Dim instance As ServerDescriptor Dim value As String instance.UrlString = value value = instance.UrlString
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("dcom:")] [NotNull()] public new string UrlString {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("dcom:")] [NotNull()] public: new property String^ UrlString { String^ get(); void set ( String^ value); }