IPListEntry.Comment Property
Namespace: Microsoft.Exchange.Management.SystemConfigurationTasks
Assembly: Microsoft.Exchange.Management (in Microsoft.Exchange.Management.dll)
Syntax
'Declaration
Public Property Comment As String
Get
Set
'Usage
Dim instance As IPListEntry
Dim value As String
value = instance.Comment
instance.Comment = value
public string Comment { get; set; }
Property Value
Type: System.String