ManagementGroup.IsUserAuthor Method ()

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Determines whether the user who is calling this method is running under the author user role.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[ObsoleteAttribute("Please use Security.IsUserAuthor()")]
public bool IsUserAuthor()
public:
[ObsoleteAttribute("Please use Security.IsUserAuthor()")]
bool IsUserAuthor()
[<ObsoleteAttribute("Please use Security.IsUserAuthor()")>]
member IsUserAuthor : unit -> bool
<ObsoleteAttribute("Please use Security.IsUserAuthor()")>
Public Function IsUserAuthor As Boolean

Return Value

Type: System.Boolean

ReturnsBoolean that givestrueif the user who is calling this method is running under the author user role; otherwise,false.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top