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!

TemplateAttribute Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal containerType As Type _
)
[C#]
public TemplateAttribute(
   Type containerType
);
[C++]
public: TemplateAttribute(
   Type* containerType
);
[JScript]
public function TemplateAttribute(
   containerType : Type
);

Parameters

containerType
[To be supplied.]

See Also

TemplateAttribute Class | TemplateAttribute Members | System.Web.UI Namespace