WMIConn.ConnectionDescription Property
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.
Gets a description of the connection manager for the WMI connection.
public:
static property System::String ^ ConnectionDescription { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public static string ConnectionDescription { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ConnectionDescription : string
Public Shared ReadOnly Property ConnectionDescription As String
Property Value
A String that describes the connection manager for the WMI connection.
- Attributes
Remarks
As a best practice, describe the connection manager in terms of its purpose, to make packages self-documenting and easier to maintain.