DeltaPage.MainContentID property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MainContentID As String
Get
Set
'Usage
Dim instance As DeltaPage
Dim value As String
value = instance.MainContentID
instance.MainContentID = value
public string MainContentID { get; set; }
Property value
Type: System.String