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!

ValidationPropertyAttribute Constructor

Constructs a new ValidationPropertyAttribute.

[Visual Basic]
Public Sub New( _
   ByVal name As String _
)
[C#]
public ValidationPropertyAttribute(
   string name
);
[C++]
public: ValidationPropertyAttribute(
   String* name
);
[JScript]
public function ValidationPropertyAttribute(
   name : String
);

Parameters

name
[To be supplied.]

See Also

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