ContentType.DefaultContentTypeForItemType Property

Definition

serializes IContentType.DefaultContentTypeForItemType

public:
 property bool DefaultContentTypeForItemType { bool get(); void set(bool value); };
public bool DefaultContentTypeForItemType { get; set; }
public bool DefaultContentTypeForItemType { [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.DefaultContentTypeForItemType : bool 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.DefaultContentTypeForItemType : bool with get, set
Public Property DefaultContentTypeForItemType As Boolean

Property Value

true if default content type is available; otherwise, false.

Attributes

Applies to