ActiveDirectoryRole.GetManager Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an Active Directory role that contains information about the manager of the current ActiveDirectoryRole.
public:
System::Workflow::Activities::ActiveDirectoryRole ^ GetManager();
public System.Workflow.Activities.ActiveDirectoryRole GetManager ();
member this.GetManager : unit -> System.Workflow.Activities.ActiveDirectoryRole
Public Function GetManager () As ActiveDirectoryRole
Returns
The ActiveDirectoryRole that contains information about the manager of the current role.
Remarks
GetManager returns the direct manager for the current role. To return all roles above the current node, use GetManagerialChain.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET