'Declaration<DefaultValueAttribute("")> <NotNullAttribute()> Public Property ServerName As String
'UsageDim instance As UAServerOnNetwork Dim value As String instance.ServerName = value value = instance.ServerName
[DefaultValue("")] [NotNull()] public string ServerName {get; set;}
[DefaultValue("")] [NotNull()] public: property String^ ServerName { String^ get(); void set ( String^ value); }