PSContextInfo.DelegateGuid-Eigenschaft
Dient zum Abrufen oder die GUID der der Benutzerdelegat festgelegt, wenn die Delegierung aktiv ist.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DelegateGuid As Guid
Get
Set
'Usage
Dim instance As PSContextInfo
Dim value As Guid
value = instance.DelegateGuid
instance.DelegateGuid = value
[DataMemberAttribute]
public Guid DelegateGuid { get; set; }
Eigenschaftswert
Typ: System.Guid
GUID des Benutzerdelegaten.