Share via


ProviderInfo.Host Property

 

Gets and sets the host.

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

[DataMemberAttribute]
public string Host { get; set; }
public:
[DataMemberAttribute]
property String^ Host {
    String^ get();
    void set(String^ value);
}
<DataMemberAttribute>
Public Property Host As String

Property Value

Type: System.String

The host.

See Also

ProviderInfo Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top