 | CommonContractTypeCancelCreatedBy Property |
If a cancellation quote has been generated on the contract, the name of the person or system that requested the cancellation.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string CancelCreatedBy { get; set; }
Public Property CancelCreatedBy As String
Get
Set
function get CancelCreatedBy () : String
function set CancelCreatedBy (value : String)
function get_CancelCreatedBy();
function set_CancelCreatedBy(value);
Property Value
Type:
String
See Also