Describable.Name Property

Gets or sets the name of the domain object.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Property Name As String
    Get
    Set
'Usage
Dim instance As Describable
Dim value As String

value = instance.Name

instance.Name = value
string Name { get; set; }

Property Value

Type: System.String
The name of the domain object.

See Also

Reference

Describable Interface

Describable Members

Microsoft.SharePoint.Search.Extended.Administration Namespace