Bagikan melalui


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

See Also

Reference

SiteTerm Class

SiteTerm Members

Microsoft.CommerceServer.Runtime.Profiles Namespace