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