Name Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets or sets the Name of the site term that already exists.

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

Syntax

'Declaration
Public Property Name As String
'Usage
Dim instance As DuplicateSiteTermNameException
Dim value As String

value = instance.Name

instance.Name = value
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
public function get Name () : String
public function set Name (value : String)

Property Value

Type: System..::.String
Name of the site term that already exists.

Remarks

Returns the Name of the site term that already exists.

Permissions

See Also

Reference

DuplicateSiteTermNameException Class

DuplicateSiteTermNameException Members

Microsoft.CommerceServer.Profiles Namespace