Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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