Entity.Description Property
Sets or gets the description of the entity.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Property Description As String
Get
Set
'Usage
Dim instance As Entity
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property Value
Type: System.String
The description of the entity.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace