'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <IgnoreDataMemberAttribute()> Public Shadows Property UserInfo As String
'Usage
Dim instance As UAEndpointDescriptor Dim value As String instance.UserInfo = value value = instance.UserInfo
[EditorBrowsable(EditorBrowsableState.Advanced)] [IgnoreDataMember()] public new string UserInfo {get; set;}
[EditorBrowsable(EditorBrowsableState.Advanced)] [IgnoreDataMember()] public: new property String^ UserInfo { String^ get(); void set ( String^ value); }
Property Value
This value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.