'Declaration
<CanBeNullAttribute()> <ComVisibleAttribute(False)> <IgnoreDataMemberAttribute()> <IsValueEvidentAttribute(True)> <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()] [IsValueEvident(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [XmlIgnore()] public Uri Url {get; set;}
[CanBeNull()] [ComVisible(false)] [IgnoreDataMember()] [IsValueEvident(true)] [TypeConverter(System.ComponentModel.ExpandableObjectConverter)] [XmlIgnore()] public: property Uri^ Url { Uri^ get(); void set ( Uri^ value); }