SiteTermElement Constructor

Initializes a new instance of the SiteTermElement class using the specified parameters.

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

Syntax

'Declaration
Protected Friend Sub New ( _
    name As String, _
    value As String _
)
'Usage
Dim name As String
Dim value As String

Dim instance As New SiteTermElement(name, value)
protected internal SiteTermElement(
    string name,
    string value
)
protected public:
SiteTermElement(
    String^ name, 
    String^ value
)
protected internal function SiteTermElement(
    name : String, 
    value : String
)

Parameters

Remarks

Represents a single valid value for a SiteTerm.

Permissions

See Also

Reference

SiteTermElement Class

SiteTermElement Members

Microsoft.CommerceServer.Runtime.Profiles Namespace