Share via


ProfileProperty Class

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

Abstraction for profile property. This class cannot be inherited.

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

Syntax

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

Remarks

Creates an abstraction for the profile property.

Inheritance Hierarchy

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

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

ProfileProperty Members

Microsoft.CommerceServer.Runtime.Profiles Namespace