IVsDataSiteableObject<T>.Site Property
Gets or sets the site.
Namespace: Microsoft.VisualStudio.Data.Core
Assembly: Microsoft.VisualStudio.Data.Core (in Microsoft.VisualStudio.Data.Core.dll)
Syntax
'Declaration
Property Site As T
T Site { get; set; }
property T Site {
T get ();
void set (T value);
}
abstract Site : 'T with get, set
function get Site () : T
function set Site (value : T)
Property Value
Type: T
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.