MessageCategory.Guid Property

Namespace:  Microsoft.Exchange.Data.Storage.Management
Assembly:  Microsoft.Exchange.Data.Storage (in Microsoft.Exchange.Data.Storage.dll)

Syntax

'Declaration
Public Property Guid As Guid
    Get
    Set
'Usage
Dim instance As MessageCategory
Dim value As Guid

value = instance.Guid

instance.Guid = value
public Guid Guid { get; set; }

Property Value

Type: System.Guid