XPathFunctionLibrary.TargetNamespace PropertyXPathFunctionLibrary.TargetNamespace PropertyXPathFunctionLibrary::TargetNamespace Property

Gets or sets the target namespace of the library.

Syntax

Public MustOverride ReadOnly Property TargetNamespace As String
        Get
public abstract string TargetNamespace { get; }
public:
property String^ TargetNamespace {
    virtual String^ get() abstract;
}
 

Property Value

Type: System.StringSystem.StringSystem::String^

A stringStringString representing the target namespace.

Remarks

All functions in this library are required to be in this namespace.