'Declaration
<CanBeNullAttribute()> <ComVisibleAttribute(False)> <IgnoreDataMemberAttribute()> <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)> <XmlIgnoreAttribute()> Public Property Url As Uri
'Usage
Dim instance As ResourceDescriptor Dim value As Uri instance.Url = value value = instance.Url
[CanBeNull()] [ComVisible(false)] [IgnoreDataMember()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [XmlIgnore()] public Uri Url {get; set;}
[CanBeNull()] [ComVisible(false)] [IgnoreDataMember()] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [XmlIgnore()] public: property Uri^ Url { Uri^ get(); void set ( Uri^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).