ServiceInfoFromXml.FullName Property
Gets and sets the full name.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public string FullName { get; set; }
public:
property String^ FullName {
String^ get();
void set(String^ value);
}
Public Property FullName As String
Property Value
Type: System.String
The full name.
See Also
ServiceInfoFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top