MissingField Property

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

Gets or sets the name of the field that is missing in the import file.

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

Syntax

'Declaration
Public Property MissingField As String
'Usage
Dim instance As ImportFileFormatException
Dim value As String

value = instance.MissingField

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

Property Value

Type: System..::.String
The name of the field that is missing in the import file.

Remarks

Returns the name of the field that is missing in the import file.

Permissions

See Also

Reference

ImportFileFormatException Class

ImportFileFormatException Members

Microsoft.CommerceServer.Marketing Namespace