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