Share via


DatabaseContext.ProductId property

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

Syntax

'Declaration
Public Property ProductId As Guid
    Get
    Set
'Usage
Dim instance As DatabaseContext
Dim value As Guid

value = instance.ProductId

instance.ProductId = value
public Guid ProductId { get; set; }

Property value

Type: System.Guid

See also

Reference

DatabaseContext class

DatabaseContext members

Microsoft.SharePoint.Administration.DatabaseProvider namespace