IQuoteVersionState Property |
State: Current state of this quote version; Unknown, NotCalculatedDraft, CalculatedDraft, Published
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxEnQuoteVersionState State { get; set; }
Property State As EnQuoteVersionState
Get
Set
Dim instance As IQuoteVersion
Dim value As EnQuoteVersionState
value = instance.State
instance.State = value
property EnQuoteVersionState State {
EnQuoteVersionState get ();
void set (EnQuoteVersionState value);
}
Property Value
Type:
EnQuoteVersionState
See Also