Share via


ManagementGroupInfo.WriterLoginName Property

 

Applies To: Operations Manager for System Center 2012

Gets the writer login name for the Management Group.

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

Syntax

public string WriterLoginName { get; }
public:
property String^ WriterLoginName {
    String^ get();
}
member WriterLoginName : string with get
Public ReadOnly Property WriterLoginName As String

Property Value

Type: System.String

Returns a String that contains the writer login name for the Management Group.

See Also

ManagementGroupInfo Class
Microsoft.EnterpriseManagement.Warehouse Namespace

Return to top