Partager via


BatchName Property

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

Gets or sets the batch name of the current instance.

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

Syntax

'Declaration
Public Property BatchName As String
'Usage
Dim instance As BatchInfo
Dim value As String

value = instance.BatchName

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

Property Value

Type: System..::.String
The name of the BatchInfo object.

Remarks

This property will be empty when a exporting promotion code. Default is nullNothingnullptra null reference (Nothing in Visual Basic).

Permissions

See Also

Reference

BatchInfo Class

BatchInfo Members

Microsoft.CommerceServer.Marketing Namespace