Freigeben über


Profiles Property

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

Gets the collection of profiles (Profiles or Commerce.IDictionary objects) that should be targeted when the GetContent call is made.

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

Syntax

'Declaration
Public ReadOnly Property Profiles As TargetingProfileCollection
'Usage
Dim instance As ContentSelector
Dim value As TargetingProfileCollection

value = instance.Profiles
public TargetingProfileCollection Profiles { get; }
public:
property TargetingProfileCollection^ Profiles {
    TargetingProfileCollection^ get ();
}
public function get Profiles () : TargetingProfileCollection

Property Value

Type: Microsoft.CommerceServer.Runtime.Targeting..::.TargetingProfileCollection
The TargetingProfileCollection object that contains the collection of profiles (Profiles or Commerce.IDictionary objects) that should be targeted when the GetContent method call is made.

Remarks

Gets the collection of profiles (Profiles or Commerce.IDictionary objects) that should be targeted when the GetContent call is made.

Permissions

See Also

Reference

ContentSelector Class

ContentSelector Members

Microsoft.CommerceServer.Runtime.Targeting Namespace