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