SharePointListRWSubmitConnection.ContentTypeId Property
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public MustOverride Property ContentTypeId As String
Get
Set
'Usage
Dim instance As SharePointListRWSubmitConnection
Dim value As String
value = instance.ContentTypeId
instance.ContentTypeId = value
public abstract string ContentTypeId { get; set; }
Property Value
Type: System.String
See Also
Reference
SharePointListRWSubmitConnection Class