FileVersion.CodeName 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.
Code Name
Represents the following attribute in the schema: codeName
[DocumentFormat.OpenXml.SchemaAttr(0, "codeName")]
public DocumentFormat.OpenXml.StringValue CodeName { get; set; }public DocumentFormat.OpenXml.StringValue CodeName { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "codeName")]
public DocumentFormat.OpenXml.StringValue? CodeName { get; set; }[DocumentFormat.OpenXml.SchemaAttr("codeName")]
public DocumentFormat.OpenXml.StringValue? CodeName { get; set; }public DocumentFormat.OpenXml.StringValue? CodeName { get; set; }member this.CodeName : DocumentFormat.OpenXml.StringValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "codeName")>]
member this.CodeName : DocumentFormat.OpenXml.StringValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("codeName")>]
member this.CodeName : DocumentFormat.OpenXml.StringValue with get, setPublic Property CodeName As StringValueProperty Value
Returns StringValue.
- Attributes