Interface IAssemblyOwner Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the owner of assembly. public interface IAssemblyOwner Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties Owner Gets the owner. Document Owner { get; } Property Value Document Methods ProcessDuplicateReference(Reference) Process for duplicated reference void ProcessDuplicateReference(Reference @ref) Parameters ref Reference The reference.