SiteTermNames Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a collection of Site terms associated with the current profile.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property SiteTermNames As ArrayList
'Usage
Dim instance As ProfileContext
Dim value As ArrayList
value = instance.SiteTermNames
public ArrayList SiteTermNames { get; }
public:
property ArrayList^ SiteTermNames {
ArrayList^ get ();
}
public function get SiteTermNames () : ArrayList
Property Value
Type: System.Collections..::.ArrayList
A collection of Site terms associated with the current profile.
Remarks
Returns a collection of Site terms associated with the current profile.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.