Describable.Description Property
Gets or sets the description.
Namespace: Microsoft.SharePoint.Search.Extended.Administration
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Property Description As String
Get
Set
'Usage
Dim instance As Describable
Dim value As String
value = instance.Description
instance.Description = value
string Description { get; set; }
Property Value
Type: System.String
The current value of the description.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration Namespace