3dak Client

SiteNavigation.Site Property

The Site itself.

[Visual Basic]
Public Property ReadOnly Site As 
[C#]
public Site Site { get; }
[C++]
public: __property * get_Site();
[JScript]
public function get Site() : Site

Property Value

Remarks

The Site object can be used here completely get the name of the Site:

response.write(site.name)

See Also

SiteNavigation Class | ppm3dakClient.Navigation Namespace