An NDoc Documented Class Library

ServiceAttribute Constructor

Create a new instance

Overload List

Create a new instance.

[Visual Basic] Public Sub New(ByVal Type,ByVal String,ByVal Type)
[C#] public ServiceAttribute(Type,string,Type);
[C++] public: ServiceAttribute(Type*,String*,Type*);
[JScript] public function ServiceAttribute(Type,String,Type);

Create a new instance

[Visual Basic] Public Sub New(ByVal Type,ByVal Type)
[C#] public ServiceAttribute(Type,Type);
[C++] public: ServiceAttribute(Type*,Type*);
[JScript] public function ServiceAttribute(Type,Type);

See Also

ServiceAttribute Class | AqDWeb.Attributes Namespace