LineNumber Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the value in the LineNumber column of the OperationErrorsDataSet..::.OperationErrorsDataTable table.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public Property LineNumber As Integer
'Usage
Dim instance As OperationErrorsDataSet..::.OperationError
Dim value As Integer
value = instance.LineNumber
instance.LineNumber = value
public int LineNumber { get; set; }
public:
property int LineNumber {
int get ();
void set (int value);
}
public function get LineNumber () : int
public function set LineNumber (value : int)
Property Value
Type: System..::.Int32
The value in the LineNumber column of the OperationErrorsDataSet..::.OperationErrorsDataTable table.
Remarks
The line number within the Operation procedure that contains the error.
DataSet: OperationErrorsDataSet Table: OperationErrors Column: LineNumber.
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.
See Also
Reference
OperationErrorsDataSet..::.OperationError Class