Type Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the type of operation represented by this object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Type As ListOperationType
'Usage
Dim instance As MailingListOperation
Dim value As ListOperationType
value = instance.Type
public ListOperationType Type { get; }
public:
property ListOperationType Type {
ListOperationType get ();
}
public function get Type () : ListOperationType
Property Value
Type: Microsoft.CommerceServer.Marketing..::.ListOperationType
The type of the MailingListOperation.
Remarks
The returned ListOperationType enumeration value shall be one of the following:
AppendExpression - Add users from an existing ExpressionList to a StaticList.
AppendStaticList - Add users from an existing StaticList to a StaticList.
ExportExpression - Export from an ExpressionList.
ExportStaticList - Export from a StaticList.
ImportStaticList - Import into a StaticList.
PrepareDirectMailList - Prepare the list for use by a DirectMail job.
PrepareTestDirectMailList - Prepare the list for use by a DirectMail job test run.
SubtractStaticList - Subtract members of a list from another list.
Upload - Upload a file for use in an import.
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.