ISoContextCurrentArchive Property |
Use Application.CurrentSoProtocol instead
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxSOArchiveTab CurrentArchive { get; set; }
Property CurrentArchive As SOArchiveTab
Get
Set
Dim instance As ISoContext
Dim value As SOArchiveTab
value = instance.CurrentArchive
instance.CurrentArchive = value
property SOArchiveTab CurrentArchive {
SOArchiveTab get ();
void set (SOArchiveTab value);
}
Property Value
Type:
SOArchiveTab
See Also