    

 ## On this page

  

 

 #  Interface IReferenceAutoContactable

 Last update: 16.07.2025 

Namespace: [VM.Managed](VM.Managed.md)  
Assembly: VMAppCore.dll

This interface is to represent the reference auto contactable.

```csharp
public interface IReferenceAutoContactable : IAutoContactable

```

#### Implements

[IAutoContactable](VM.Managed.IAutoContactable.md)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Methods

### <a id="VM_Managed_IReferenceAutoContactable_IsOwner_VM_Managed_Reference_"></a> IsOwner(Reference)

Determines whether the specified owner.

```csharp
bool IsOwner(Reference owner)

```

#### Parameters

`owner` [Reference](VM.Managed.Reference.md)

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

`true` if the specified owner; otherwise, `false`.