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!

PersisterAttribute Class

Specifies what class to use as a value persister.

Object
   Attribute
      MemberAttribute
         PersisterAttribute

[Visual Basic]
NotInheritable Public Class PersisterAttribute
   Inherits MemberAttribute
[C#]
public sealed class PersisterAttribute : MemberAttribute
[C++]
public __gc __sealed class PersisterAttribute : public
   MemberAttribute
[JScript]
public class PersisterAttribute extends MemberAttribute

Remarks

Use the PersisterTypeName property to get the name of the class to use as a persister.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace