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 Class

Identifies the validation property for a component

Object
   Attribute
      MemberAttribute
         ValidationPropertyAttribute

[Visual Basic]
Public Class ValidationPropertyAttribute
   Inherits MemberAttribute
[C#]
public class ValidationPropertyAttribute : MemberAttribute
[C++]
public __gc class ValidationPropertyAttribute : public
   MemberAttribute
[JScript]
public class ValidationPropertyAttribute extends MemberAttribute

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI

Assembly: System.Web.dll

See Also

ValidationPropertyAttribute Members | System.Web.UI Namespace | MemberAttribute