Share via


ManagementGroupInfo.WriterLoginName Property

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the writer login name for the Management Group.

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

Usage

'Usage
Dim instance As ManagementGroupInfo
Dim value As String

value = instance.WriterLoginName

Syntax

'Declaration
Public ReadOnly Property WriterLoginName As String
public string WriterLoginName { get; }
public:
property String^ WriterLoginName {
    String^ get ();
}
/** @property */
public String get_WriterLoginName ()
public function get WriterLoginName () : String

Property Value

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

See Also

Reference

ManagementGroupInfo Class
ManagementGroupInfo Members
Microsoft.EnterpriseManagement.Warehouse Namespace