SharePointListAdapterRW.ContentTypeId Property
Gets or sets the content type ID of the SharePoint list associated with the SharePointListAdapterRWObject object.
Namespace: Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly: Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.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 Returns Empty..
Remarks
This property always returns Empty for a secondary data connection to a SharePoint list.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
See Also
Reference
SharePointListAdapterRW Interface