CustomPropertyEditor.XsnFileLocation Property
XsnFileLocation.Represents the element tag in schema: cdip:XSNLocation
Namespace: DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property XsnFileLocation As XsnFileLocation
Get
Set
'Usage
Dim instance As CustomPropertyEditor
Dim value As XsnFileLocation
value = instance.XsnFileLocation
instance.XsnFileLocation = value
public XsnFileLocation XsnFileLocation { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.XsnFileLocation
See Also
Reference
DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel Namespace