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