CacheField.PropertyName Property

Property Name.Represents the attribte in schema: propertyName

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "propertyName")> _
Public Property PropertyName As StringValue
    Get
    Set
'Usage
Dim instance As CacheField
Dim value As StringValue

value = instance.PropertyName

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

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

CacheField Class

CacheField Members

DocumentFormat.OpenXml.Spreadsheet Namespace