Create a new instance
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);
ServiceAttribute Class | AqDWeb.Attributes Namespace