ContentTypeSchema.UnderScore Property
_.Represents the attribte in schema: ct:_
Namespace: DocumentFormat.OpenXml.Office.ContentType
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "_")> _
Public Property UnderScore As StringValue
Get
Set
'Usage
Dim instance As ContentTypeSchema
Dim value As StringValue
value = instance.UnderScore
instance.UnderScore = value
[SchemaAttrAttribute(, "_")]
public StringValue UnderScore { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue