SignatureSetup.AdditionalXml Property

Gets or sets any additional XML information added to the signature during setup. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property AdditionalXml As String
    Get
    Set
'Usage
Dim instance As SignatureSetup
Dim value As String

value = instance.AdditionalXml

instance.AdditionalXml = value
string AdditionalXml { get; set; }

Property Value

Type: System.String
String

See Also

Reference

SignatureSetup Interface

SignatureSetup Members

Microsoft.Office.Core Namespace