InkSource.Manufacturer Property
manufacturer.Represents the attribte in schema: manufacturer
Namespace: DocumentFormat.OpenXml.InkML
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "manufacturer")> _
Public Property Manufacturer As StringValue
Get
Set
'Usage
Dim instance As InkSource
Dim value As StringValue
value = instance.Manufacturer
instance.Manufacturer = value
[SchemaAttrAttribute(, "manufacturer")]
public StringValue Manufacturer { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue