Freigeben über


PeopleEditor.UrlZone-Eigenschaft

Legt fest oder ruft einen Wert, der die URL-Zone des Steuerelements angibt.

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

Syntax

'Declaration
Public Property UrlZone As Nullable(Of SPUrlZone)
    Get
    Set
'Usage
Dim instance As PeopleEditor
Dim value As Nullable(Of SPUrlZone)

value = instance.UrlZone

instance.UrlZone = value
public Nullable<SPUrlZone> UrlZone { get; set; }

Eigenschaftswert

Typ: System.Nullable<SPUrlZone>
Ein Wert, SPUrlZone ; entweder "benutzerdefinierte" "Standard" "Extranet", "Internet" oder "Intranet".

Siehe auch

Referenz

PeopleEditor Klasse

PeopleEditor-Member

Microsoft.SharePoint.WebControls-Namespace