'Declaration
<IgnoreDataMemberAttribute()> <NotNullAttribute()> <XmlIgnoreAttribute()> Public Property ServerProgram As String
'Usage
Dim instance As ObjectDescriptor Dim value As String instance.ServerProgram = value value = instance.ServerProgram
[IgnoreDataMember()] [NotNull()] [XmlIgnore()] public string ServerProgram {get; set;}
[IgnoreDataMember()] [NotNull()] [XmlIgnore()] public: 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)
.