Share via


DatabaseContext.PackageType property

Gets or sets the type of the package.

Namespace:  Microsoft.SharePoint.Administration.DatabaseProvider
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property PackageType As String
    Get
    Set
'Usage
Dim instance As DatabaseContext
Dim value As String

value = instance.PackageType

instance.PackageType = value
public string PackageType { get; set; }

Property value

Type: System.String
The type of the package.

See also

Reference

DatabaseContext class

DatabaseContext members

Microsoft.SharePoint.Administration.DatabaseProvider namespace