Compartilhar via


ItemPickerExtendedData.EntityNamespace property

Returns or sets the namespace of the parent entity of the selected instance.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property EntityNamespace As String
    Get
    Set
'Usage
Dim instance As ItemPickerExtendedData
Dim value As String

value = instance.EntityNamespace

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

Property value

Type: System.String
Returns String.

See also

Reference

ItemPickerExtendedData class

ItemPickerExtendedData members

Microsoft.SharePoint.WebControls namespace