CacheField.PropertyName Property

Definition

propertyName

Represents the following attribute in the schema: propertyName

[DocumentFormat.OpenXml.SchemaAttr(0, "propertyName")]
public DocumentFormat.OpenXml.StringValue PropertyName { get; set; }
public DocumentFormat.OpenXml.StringValue PropertyName { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "propertyName")]
public DocumentFormat.OpenXml.StringValue? PropertyName { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("propertyName")]
public DocumentFormat.OpenXml.StringValue? PropertyName { get; set; }
public DocumentFormat.OpenXml.StringValue? PropertyName { get; set; }
member this.PropertyName : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "propertyName")>]
member this.PropertyName : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("propertyName")>]
member this.PropertyName : DocumentFormat.OpenXml.StringValue with get, set
Public Property PropertyName As StringValue

Property Value

Returns StringValue.

Attributes

Applies to