'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <DefaultValueAttribute("")> <IgnoreDataMemberAttribute()> <XmlIgnoreAttribute()> Public Shadows Property Fragment As String
'Usage
Dim instance As UAEndpointDescriptor Dim value As String instance.Fragment = value value = instance.Fragment
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IgnoreDataMember()] [XmlIgnore()] public new string Fragment {get; set;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [DefaultValue("")] [IgnoreDataMember()] [XmlIgnore()] public: new property String^ Fragment { String^ get(); void set ( String^ value); }