ServerAlias.ProtocolName 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 or sets the name of the protocol used by the server connection alias.
public:
property System::String ^ ProtocolName { System::String ^ get(); void set(System::String ^ value); };
public string ProtocolName { get; set; }
member this.ProtocolName : string with get, set
Public Property ProtocolName As String
Property Value
A String value that specifies the name of the protocol used by the server connection alias.
Examples
Managing Services and Network Settings by Using WMI Provider