ObjectWithSite.Site Property
Retrieves or sets the object site.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Property Site As Object
public Object Site { get; set; }
public:
property Object^ Site {
Object^ get ();
void set (Object^ value);
}
member Site : Object with get, set
function get Site () : Object
function set Site (value : Object)
Property Value
Type: System.Object
Returns a Site object instance.
.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.