NetworkFloatingServiceCallRequestedCheckoutDuration Property |
Gets or sets the requested checkout duration (in hours) for check-out requests.
Namespace: com.softwarekey.Client.WebService.XmlNetworkFloatingServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic decimal RequestedCheckoutDuration { get; set; }
Public Property RequestedCheckoutDuration As Decimal
Get
Set
public:
property Decimal RequestedCheckoutDuration {
Decimal get ();
void set (Decimal value);
}
Property Value
Type:
Decimal
See Also