 | SPHeaderHost Property |
Gets or sets the host.
Namespace:
Koden.Utils.SharePoint
Assembly:
Koden.Utils.SharePoint (in Koden.Utils.SharePoint.dll) Version: 1.0.6453.26061
Syntaxpublic string Host { get; set; }Public Property Host As String
Get
Set
public:
property String^ Host {
String^ get ();
void set (String^ value);
}member Host : string with get, set
Property Value
Type:
StringThe host.
See Also