Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the reason for submission to this connection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property Explanation As String
Get
Set
'Usage
Dim instance As SPOfficialFileHost
Dim value As String
value = instance.Explanation
instance.Explanation = value
public string Explanation { get; set; }
Property Value
Type: System.String
A string that provides the reason for the submission.