Interface IFdoFunctionArgumentDefinition
Describes an argument of an FDO function
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoFunctionArgumentDefinition
Properties
| Improve this Doc View SourceDescription
The description of the argument
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
The name of the argument
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |