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