Constable Authorization Engine 2.0 BETA

SerializablePropertyAttribute Class

[This is preliminary documentation and subject to change.]

Marks a property of a custom policy object type as available for serialization and deserialization to/from persistence medium.

For a list of all members of this type, see SerializablePropertyAttribute Members.

System.Object
   System.Attribute
      LaMarvin.Constable.Design.SerializablePropertyAttribute

[Visual Basic]
<Serializable>
NotInheritable Public Class SerializablePropertyAttribute
    Inherits Attribute
[C#]
[Serializable]
public sealed class SerializablePropertyAttribute : Attribute

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: LaMarvin.Constable.Design

Assembly: LaMarvin.Constable (in LaMarvin.Constable.dll)

See Also

SerializablePropertyAttribute Members | LaMarvin.Constable.Design Namespace