DataBinding.StoreItemId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Custom XML Data Storage ID
Represents the following attribute in the schema: w:storeItemID
[DocumentFormat.OpenXml.SchemaAttr(23, "storeItemID")]
public DocumentFormat.OpenXml.StringValue StoreItemId { get; set; }
public DocumentFormat.OpenXml.StringValue StoreItemId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(23, "storeItemID")]
public DocumentFormat.OpenXml.StringValue? StoreItemId { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("w:storeItemID")]
public DocumentFormat.OpenXml.StringValue? StoreItemId { get; set; }
public DocumentFormat.OpenXml.StringValue? StoreItemId { get; set; }
member this.StoreItemId : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(23, "storeItemID")>]
member this.StoreItemId : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("w:storeItemID")>]
member this.StoreItemId : DocumentFormat.OpenXml.StringValue with get, set
Public Property StoreItemId As StringValue
Property Value
Returns StringValue.
- Attributes