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