Share via


DataSiteableObject<T> Constructor (T)

Initializes a new instance of the DataSiteableObject<T> class, specifying a site generic type parameter.

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

Syntax

'Declaration
Public Sub New ( _
    site As T _
)
public DataSiteableObject(
    T site
)
public:
DataSiteableObject(
    T site
)
new : 
        site:'T -> DataSiteableObject
public function DataSiteableObject(
    site : T
)

Parameters

  • site
    Type: T

    A generic type representing the site.

.NET Framework Security

See Also

Reference

DataSiteableObject<T> Class

DataSiteableObject<T> Overload

Microsoft.VisualStudio.Data.Framework Namespace