Share via


ConfigurationFromXml.Guid Property

 

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