DataSource.ItemType Property

Definition

If a BaseProperty is an item definition metadata or item metadata, this field specified the item type of the item definition or the item, respectively. For common properties this field must not be set.

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

Property Value

String

The item type of the data source.

Remarks

If a BaseProperty is an item definition metadata or item metadata, this field specifies the item type of the item definition or the item, respectively. For common properties, this field must not be set.

Applies to