IDocumentActiveLinks Property |
ActiveLinks - Number of active links to documents, projects, Urls, appointments, sales, contacts, persons, selections
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxint ActiveLinks { get; set; }
Property ActiveLinks As Integer
Get
Set
Dim instance As IDocument
Dim value As Integer
value = instance.ActiveLinks
instance.ActiveLinks = value
property int ActiveLinks {
int get ();
void set (int value);
}
Property Value
Type:
Int32
See Also