Interface INamed Last update: 16.07.2025 Namespace: VM.Managed Assembly: VMAppCore.dll This interface is to represent the object that has a name. public interface INamed Extension Methods LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType), LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType), LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType) Properties FullName Gets the object full name. string FullName { get; } Property Value string Name Gets or sets the object name. string Name { get; set; } Property Value string NonSymmetricName Gets the non-symmetric object name. string NonSymmetricName { get; } Property Value string