ADObject.Name property
Gets or sets the name associated with this object.
Namespace: Microsoft.Exchange.Data.Directory
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
'Declaration
<ValidateNotNullOrEmptyAttribute> _
Public Property Name As String
Get
Set
'Usage
Dim instance As ADObject
Dim value As String
value = instance.Name
instance.Name = value
[ValidateNotNullOrEmptyAttribute]
public string Name { get; set; }
Type: System.String
The name associated with the object.