CustomXMLPrefixMapping.Prefix Property
Gets the prefix for a CustomXMLPrefixMapping object. Read-only.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Property Prefix As String
Get
'Usage
Dim instance As CustomXMLPrefixMapping
Dim value As String
value = instance.Prefix
string Prefix { get; }
Property Value
Type: System.String
String
See Also
Reference
CustomXMLPrefixMapping Interface