Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets and sets the GUID.
Namespace: Microsoft.WindowsServerSolutions.HostedEmail
Assembly: Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)
Syntax
public Guid Guid { get; set; }
public:
property Guid Guid {
Guid get();
void set(Guid value);
}
Public Property Guid As Guid
Property Value
Type: System.Guid
The GUID.
See Also
ConfigurationFromXml Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top