'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> <IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Shadows Property Url As Uri
'Usage
Dim instance As ServerDescriptor Dim value As Uri instance.Url = value value = instance.Url
[JetBrains.Annotations.CanBeNull()] [IgnoreDataMember()] [XmlIgnore()] public new Uri Url {get; set;}
[JetBrains.Annotations.CanBeNull()] [IgnoreDataMember()] [XmlIgnore()] public: new property Uri^ Url { Uri^ get(); void set ( Uri^ value); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).