SPExternalApplicationRegistrationInformation.Description Property
Gets or sets an instructional text for a link, on the Tool Part of the Web Part, to the registration page for the external application.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Description As String
Get
Set
'Usage
Dim instance As SPExternalApplicationRegistrationInformation
Dim value As String
value = instance.Description
instance.Description = value
public string Description { get; set; }
Property Value
Type: System.String
The instructional text.
Remarks
For example, the Tool Part of the Silverlight Web Part has the description “To provide a Silverlight application (.xap) to use, click Configure.”
See Also
Reference
SPExternalApplicationRegistrationInformation Class