ServerAddress Property (MessagingServiceProvider)
In This Topic
The name or IP address of the server
Syntax
'Declaration
Public Property ServerAddress As String
public string ServerAddress {get; set;}
public:
property String^ ServerAddress {
String^ get();
void set ( String^ value);
}
See Also