ContentTypeIdFieldValue Constructor (String)
Initializes a new instance of the ContentTypeIdFieldValue class.
Namespace: Microsoft.SharePoint.Publishing.Fields
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New ContentTypeIdFieldValue(value)
public ContentTypeIdFieldValue(
string value
)
Parameters
value
Type: System.StringInitialization value.
See Also
Reference
ContentTypeIdFieldValue Members