Share via


CommerceEventAttribute Constructor (String) (BCL)

Use this method to create a new instance of the CommerceEventAttribute class.

Definition

[Visual Basic .NET]

Public Sub New( _ByValclassName As System.String _
) 

[C#]

public CommerceEventAttribute(System.StringclassName);

Parameters

[Visual Basic .NET]

  • className
    Name of the class to which this attribute is associated.

[C#]

  • className
    Name of the class to which this attribute is associated.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.