Share via


ProfilePropertyAttribute Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Abstraction for a profile property attribute. This class cannot be inherited.

Namespace:  Microsoft.CommerceServer.Runtime.Profiles
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public NotInheritable Class ProfilePropertyAttribute _
    Implements IDisposable
'Usage
Dim instance As ProfilePropertyAttribute
public sealed class ProfilePropertyAttribute : IDisposable
public ref class ProfilePropertyAttribute sealed : IDisposable
public final class ProfilePropertyAttribute implements IDisposable

Remarks

This class serves as an abstraction for a profile property attribute.

Inheritance Hierarchy

System..::.Object
  Microsoft.CommerceServer.Runtime.Profiles..::.ProfilePropertyAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ProfilePropertyAttribute Members

Microsoft.CommerceServer.Runtime.Profiles Namespace