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
- name
Type: System..::.String
Name of the site term of interest.
- value
Type: System..::.String
Value of the site term of interest.
Remarks
Represents a single valid value for a SiteTerm.
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.