FormAuthorEditorFormattedString.IsAuthorField property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property IsAuthorField As Boolean
Get
Set
'Usage
Dim instance As FormAuthorEditorFormattedString
Dim value As Boolean
value = instance.IsAuthorField
instance.IsAuthorField = value
public bool IsAuthorField { get; set; }
Property value
Type: System.Boolean
See also
Reference
FormAuthorEditorFormattedString class