Share via


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)

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

SPExternalApplicationRegistrationInformation members

Microsoft.SharePoint namespace