Share via


ContentTypeSchema.ContentTypeScope Property

contentTypeScope.Represents the attribte in schema: ma:contentTypeScope

Namespace:  DocumentFormat.OpenXml.Office.ContentType
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "contentTypeScope")> _
Public Property ContentTypeScope As StringValue
    Get
    Set
'Usage
Dim instance As ContentTypeSchema
Dim value As StringValue

value = instance.ContentTypeScope

instance.ContentTypeScope = value
[SchemaAttrAttribute(, "contentTypeScope")]
public StringValue ContentTypeScope { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

ContentTypeSchema Class

ContentTypeSchema Members

DocumentFormat.OpenXml.Office.ContentType Namespace