DataMappedObject.IVsDataSiteableObject<IVsDataMappedObject>.Site Property

Gets the site.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assemblies:   Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Private Property Site As IVsDataMappedObject Implements IVsDataSiteableObject(Of IVsDataMappedObject).Site
    Get
    Set
IVsDataMappedObject IVsDataSiteableObject<IVsDataMappedObject>.Site { get; set; }
private:
virtual property IVsDataMappedObject^ Site {
    IVsDataMappedObject^ get () sealed = IVsDataSiteableObject<IVsDataMappedObject^>::Site::get;
    void set (IVsDataMappedObject^ value) sealed = IVsDataSiteableObject<IVsDataMappedObject^>::Site::set;
}
private abstract Site : IVsDataMappedObject with get, set
private override Site : IVsDataMappedObject with get, set
JScript does not support explicit interface implementations.

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
The site.

Implements

IVsDataSiteableObject<T>.Site

.NET Framework Security

See Also

Reference

DataMappedObject Class

Microsoft#VisualStudio#Data#Core#IVsDataSiteableObject{T}#Site Overload

Microsoft.VisualStudio.Data.Framework Namespace