EmbeddedFormField.Content Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)> _
Public Property Content As String
Get
Set
'Usage
Dim instance As EmbeddedFormField
Dim value As String
value = instance.Content
instance.Content = value
[PersistenceModeAttribute(PersistenceMode.InnerDefaultProperty)]
public string Content { get; set; }
Property Value
Type: System.String