XdmFunctionAttribute Constructor (string)XdmFunctionAttribute Constructor (String)XdmFunctionAttribute Constructor (String^)

Initializes a new instance of the XdmFunctionAttributeXdmFunctionAttributeXdmFunctionAttribute class with the specified local name.

Syntax

Public Sub New ( _
    localName As String _
)
public XdmFunctionAttribute(
    string localName
)
public:
XdmFunctionAttribute(
    String^ localName
)
 

Parameters

localName

Type: System.StringSystem.StringSystem::String^

The local name of the exported function.