PSContextInfo.PSContextInfoV12.IsWindowsUser-Eigenschaft
Für die interne Verwendung reserviert. Gibt an, ob Windows-Authentifizierung verwendet wird.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
Public Property IsWindowsUser As Boolean
Get
Set
'Usage
Dim instance As PSContextInfo.PSContextInfoV12
Dim value As Boolean
value = instance.IsWindowsUser
instance.IsWindowsUser = value
public bool IsWindowsUser { get; set; }
Eigenschaftswert
Typ: System.Boolean
Gibt Boolean zurück.
Siehe auch
Referenz
PSContextInfo.PSContextInfoV12 Klasse