'Declaration
<IgnoreDataMemberAttribute()> <NotNullAttribute()> <XmlIgnoreAttribute()> Public Shadows Property ServerProgram As String
'Usage
Dim instance As ServerDescriptor Dim value As String instance.ServerProgram = value value = instance.ServerProgram
[IgnoreDataMember()] [NotNull()] [XmlIgnore()] public new string ServerProgram {get; set;}
[IgnoreDataMember()] [NotNull()] [XmlIgnore()] public: new property String^ ServerProgram { String^ get(); void set ( String^ value); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "" (String.Empty)
.