NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Function Constructor (FunctionType)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal ftype As Function.FunctionType _
)
[C#]
public Function(
   Function.FunctionType ftype
);
[C++]
public: Function(
   Function.FunctionType ftype
);
[JScript]
public function Function(
   ftype : Function.FunctionType
);

Parameters

ftype
[To be supplied.]

See Also

Function Class | Function Members | System.Data.XML Namespace | Function Constructor Overload List