EntityEditor.CustomProperty Property
Gets or sets a value that represents an arbitrary string that can be stored by the consumer.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property CustomProperty As String
Get
Set
'Usage
Dim instance As EntityEditor
Dim value As String
value = instance.CustomProperty
instance.CustomProperty = value
public string CustomProperty { get; set; }
Property Value
Type: System.String
A string that contains an arbitrary string stored by the consumer.