次の方法で共有


PSContextInfo.UrlZone プロパティ

取得または URL のゾーンの認証設定。

名前空間:  Microsoft.Office.Project.Server.Library
アセンブリ:  Microsoft.Office.Project.Server.Library (Microsoft.Office.Project.Server.Library.dll 内)

構文

'宣言
<DataMemberAttribute> _
Public Property UrlZone As Integer
    Get
    Set
'使用
Dim instance As PSContextInfo
Dim value As Integer

value = instance.UrlZone

instance.UrlZone = value
[DataMemberAttribute]
public int UrlZone { get; set; }

プロパティ値

型: System.Int32
URL のゾーン。

実装

IPSContextInfo.UrlZone

注釈

ゾーンの値は、 Microsoft.SharePoint.Administration.SPUrlZone列挙体で定義されます。URL ゾーン、 Default、 Intranet、 Internet、 Custom、またはExtranetを使用できます。

関連項目

参照先

PSContextInfo クラス

PSContextInfo メンバー

Microsoft.Office.Project.Server.Library 名前空間