Elements Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the site term elements.
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property Elements As SiteTermElementCollection
'Usage
Dim instance As SiteTerm
Dim value As SiteTermElementCollection
value = instance.Elements
public SiteTermElementCollection Elements { get; }
public:
property SiteTermElementCollection^ Elements {
SiteTermElementCollection^ get ();
}
public function get Elements () : SiteTermElementCollection
Property Value
Type: Microsoft.CommerceServer.Runtime.Profiles..::.SiteTermElementCollection
The SiteTermElementCollection containing the site terms.
Remarks
Returns the site term elements collection.
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.