Edit

Share via


SharePointListAdapterRW.ContentTypeId Property

Definition

Gets or sets the content type ID of the SharePoint list associated with the SharePointListAdapterRWObject object.

public:
 property System::String ^ ContentTypeId { System::String ^ get(); void set(System::String ^ value); };
public string ContentTypeId { get; set; }
member this.ContentTypeId : string with get, set
Public Property ContentTypeId As String

Property Value

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.

Applies to