ADPublicFolder.PublicFolderType Property

Namespace:  Microsoft.Exchange.Data.Directory.Recipient
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property PublicFolderType As PublicFolderType
    Get
    Set
'Usage
Dim instance As ADPublicFolder
Dim value As PublicFolderType

value = instance.PublicFolderType

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