ContentType.ItemType Property

Definition

serializes IContentType.ItemType

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 serialized item type.

Attributes

Applies to