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