SPSiteInfoUsageEntry.ContentDBId property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property ContentDBId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As SPSiteInfoUsageEntry
Dim value As Nullable(Of Guid)
value = instance.ContentDBId
instance.ContentDBId = value
public Nullable<Guid> ContentDBId { get; set; }
Property value
Type: System.Nullable<Guid>