SOApplicationClassCurrentRelation Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual IRelation CurrentRelation { get; }
Public Overridable ReadOnly Property CurrentRelation As IRelation
Get
Dim instance As SOApplicationClass
Dim value As IRelation
value = instance.CurrentRelation
public:
virtual property IRelation^ CurrentRelation {
IRelation^ get ();
}
Property Value
Type:
IRelationImplements
IApplicationCurrentRelation
See Also