NamespaceDeclaration.Prefix Property

Definition

Gets the prefix that is used as the XML namespace mapping prefix.

public:
 property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDescription")]
[Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayName(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDisplayName")]
public string Prefix { get; set; }
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDescription(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDescription")>]
[<Microsoft.SqlServer.Dts.Runtime.Localization.LocalizablePropertyDisplayName(typeof(Microsoft.SqlServer.Dts.Tasks.XMLTask.Localized), "PrefixDisplayName")>]
member this.Prefix : string with get, set
Public Property Prefix As String

Property Value

The prefix that is used as the XML namespace mapping prefix.

Attributes

Applies to