Share via


CommerceEventMemberAttribute Constructor (String) (BCL)

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

Definition

[Visual Basic .NET]

Public Sub New( _ByValmemberName As System.String _
) 

[C#]

public CommerceEventMemberAttribute(System.StringmemberName);

Parameters

[Visual Basic .NET]

  • memberName
    The name of the property with which the attribute is associated.

[C#]

  • memberName
    The name of the property with which the 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.