SharePointListAdapterRW.ContentTypeId property
Gets or sets the content type ID of the SharePoint list associated with the SharePointListAdapterRWObject object.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
Property ContentTypeId As String
Get
Set
'Usage
Dim instance As SharePointListAdapterRW
Dim value As String
value = instance.ContentTypeId
instance.ContentTypeId = value
string ContentTypeId { get; set; }
Property value
Type: System.String
Returns Empty..
Remarks
This property always returns Empty for a secondary data connection to a SharePoint list.
See also
Reference
SharePointListAdapterRW interface