ActionsPane.Site Property (2007 System)
Provides the same functionality as the Control.Site property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
Public Property Site As ISite
'Usage
Dim instance As ActionsPane
Dim value As ISite
value = instance.Site
instance.Site = value
public ISite Site { get; set; }
public:
property ISite^ Site {
ISite^ get ();
void set (ISite^ value);
}
public function get Site () : ISite
public function set Site (value : ISite)
Property Value
Type: System.ComponentModel.ISite
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.