ClientProtocol.NetLibInfo Property

Definition

Gets the network library information file for the referenced protocol.

public:
 property Microsoft::SqlServer::Management::Smo::Wmi::NetLibInfo ^ NetLibInfo { Microsoft::SqlServer::Management::Smo::Wmi::NetLibInfo ^ get(); };
public Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo NetLibInfo { get; }
member this.NetLibInfo : Microsoft.SqlServer.Management.Smo.Wmi.NetLibInfo
Public ReadOnly Property NetLibInfo As NetLibInfo

Property Value

A NetLibInfo object value that specifies the network library information file.

Examples

Managing Services and Network Settings by Using WMI Provider

Applies to

See also