ClientProtocol.DisplayName Property

Definition

Gets or sets the display name of the referenced protocol.

public:
 property System::String ^ DisplayName { System::String ^ get(); };
public string DisplayName { get; }
member this.DisplayName : string
Public ReadOnly Property DisplayName As String

Property Value

A String value that specifies the display name of the protocol.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to

See also