AddressListBase.Name property

Gets or sets the name of the address list.

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

Syntax

'Declaration
<ValidateNotNullOrEmptyAttribute> _
Public Property Name As String
    Get
    Set
'Usage
Dim instance As AddressListBase
Dim value As String

value = instance.Name

instance.Name = value
[ValidateNotNullOrEmptyAttribute]
public string Name { get; set; }

Property value

Type: System.String
The name of the address list.

See also

Reference

AddressListBase class

AddressListBase members

Microsoft.Exchange.Data.Directory.Management namespace