DataSource.ItemType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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; }
public string ItemType { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }
member this.ItemType : string with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ItemType : string with get, set
Public Property ItemType As String
Property Value
The item type of the data source.
- Attributes
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.