Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the site object instance.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Property Site As Object
'Usage
Dim instance As ServiceProviderWithSite
Dim value As Object
value = instance.Site
instance.Site = value
public Object Site { get; set; }
public:
property Object^ Site {
Object^ get ();
void set (Object^ value);
}
public function get Site () : Object
public function set Site (value : Object)
Property Value
Type: System.Object
Returns the site object.
.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.