Share via


OleObject.Type Property

Definition

OLE Object Type

Represents the following attribute in the schema: Type

[DocumentFormat.OpenXml.SchemaAttr(0, "Type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues> Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues> Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "Type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues>? Type { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("Type")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues>? Type { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues>? Type { get; set; }
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "Type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("Type")>]
member this.Type : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Vml.Office.OleValues> with get, set
Public Property Type As EnumValue(Of OleValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to