SPWorkflowDataSource.BaseTemplateId Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property BaseTemplateId As String
Get
Set
'Usage
Dim instance As SPWorkflowDataSource
Dim value As String
value = instance.BaseTemplateId
instance.BaseTemplateId = value
public string BaseTemplateId { get; set; }
Property Value
Type: System.String