Share via


ProviderInfoFromXml.Name Property

 

Gets and sets the name.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

public string Name { get; set; }
public:
property String^ Name {
    String^ get();
    void set(String^ value);
}
Public Property Name As String

Property Value

Type: System.String

The name.

See Also

ProviderInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top