IQuoteVersionArchivedState Property |
ArchivedState: State that this quote version had, right before it was changed to Archived; in this way we can show what happened before the archiving.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEnQuoteVersionState ArchivedState { get; set; }
Property ArchivedState As EnQuoteVersionState
Get
Set
Dim instance As IQuoteVersion
Dim value As EnQuoteVersionState
value = instance.ArchivedState
instance.ArchivedState = value
property EnQuoteVersionState ArchivedState {
EnQuoteVersionState get ();
void set (EnQuoteVersionState value);
}
Property Value
Type:
EnQuoteVersionState
See Also