Partilhar via


SPPageStateControl.InputCommentsClientId Property

Gets the comments that are input by a client.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Shared ReadOnly Property InputCommentsClientId As String
    Get
'Usage
Dim value As String

value = SPPageStateControl.InputCommentsClientId
public static string InputCommentsClientId { get; }

Property Value

Type: System.String
The client comments.

Remarks

The comments are entered by a user as part of a command like Publish, Submit for Approval, and so forth.

See Also

Reference

SPPageStateControl Class

SPPageStateControl Members

Microsoft.SharePoint.WebControls Namespace