EnterpriseManagementObjectHistoryTransaction.ConnectorDisplayName Property
Gets the display name of the connector that made the transaction.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim instance As EnterpriseManagementObjectHistoryTransaction
Dim value As String
value = instance.ConnectorDisplayName
Syntax
'Declaration
Public ReadOnly Property ConnectorDisplayName As String
public string ConnectorDisplayName { get; }
public:
property String^ ConnectorDisplayName {
String^ get ();
}
/** @property */
public String get_ConnectorDisplayName ()
public function get ConnectorDisplayName () : String
Property Value
The connector display name.
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
Windows Server 2008,Windows Server 2003
See Also
Reference
EnterpriseManagementObjectHistoryTransaction Class
EnterpriseManagementObjectHistoryTransaction Members
Microsoft.EnterpriseManagement.Common Namespace