Parameter Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the line in the file at which this error occurred.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Parameter As Integer
'Usage
Dim instance As MailingListError
Dim value As Integer
value = instance.Parameter
instance.Parameter = value
public int Parameter { get; set; }
public:
property int Parameter {
int get ();
void set (int value);
}
public function get Parameter () : int
public function set Parameter (value : int)
Property Value
Type: System..::.Int32
Additional information about error, such as the line number of an import problem. Default is 0.
Remarks
This property will be 0 if no file was associated with the operation that caused this error to occur.
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.