WebFileOrderCalculatedCurrentQueuePosition Property |
Calculated CurrentQueuePosition.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public Nullable<int> CalculatedCurrentQueuePosition { get; set; }
Public Property CalculatedCurrentQueuePosition As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> CalculatedCurrentQueuePosition {
Nullable<int> get ();
void set (Nullable<int> value);
}
member CalculatedCurrentQueuePosition : Nullable<int> with get, set
Property Value
Type:
NullableInt32Remarks
Use this property when implementing business logic in service. Not IsCalculatedCurrentQueuePositionSpecified and CalculatedCurrentQueuePositionValue.
See Also