Jaa


OriginalFileName Property

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

Gets the original (client-side) name of the file that was used as the source for this operation.

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

Syntax

'Declaration
Public ReadOnly Property OriginalFileName As String
'Usage
Dim instance As MailingListOperation
Dim value As String

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

Property Value

Type: System..::.String
The name of the original (client-side) file that was the source for this operation.

Remarks

This property will be nullNothingnullptra null reference (Nothing in Visual Basic) if no source file was involved in this operation.

Permissions

See Also

Reference

MailingListOperation Class

MailingListOperation Members

Microsoft.CommerceServer.Marketing Namespace