IActivityLinksUrls Property |
The list of url link items attached to the appointment/sale/document/project
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIUrlLinkItems Urls { get; }
ReadOnly Property Urls As IUrlLinkItems
Get
Dim instance As IActivityLinks
Dim value As IUrlLinkItems
value = instance.Urls
property IUrlLinkItems^ Urls {
IUrlLinkItems^ get ();
}
Property Value
Type:
IUrlLinkItems
See Also