PipelineName Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the name of the pipeline.
Namespace: Microsoft.CommerceServer.Orders
Assembly: Microsoft.CommerceServer.Orders.CrossTierTypes (in Microsoft.CommerceServer.Orders.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property PipelineName As String
'Usage
Dim instance As PipelineExecutionException
Dim value As String
value = instance.PipelineName
public string PipelineName { get; }
public:
property String^ PipelineName {
String^ get ();
}
public function get PipelineName () : String
Property Value
Type: System..::.String
The pipeline name.
Remarks
Returns the name of the pipeline.
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
PipelineExecutionException Class