SPCapability.Message property
The message shown to user on how to get the missing capability when the capability status is disabled. This property is ignored if the status is enabled.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property Message As String
Get
Private Set
'Usage
Dim instance As SPCapability
Dim value As String
value = instance.Message
public string Message { get; private set; }
Property value
Type: System.String