PickerDialog.CustomProperty Property

Gets a custom property defined and maintained by the consumer of the class.

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 PickerDialog
Dim value As String

value = instance.CustomProperty

instance.CustomProperty = value
public string CustomProperty { get; set; }

Property Value

Type: System.String
A string defined and maintained by the consumer of the class.

See Also

Reference

PickerDialog Class

PickerDialog Members

Microsoft.SharePoint.WebControls Namespace