Click or drag to resize
Askia

IExtensionProperty Interface

Represents the key/value pair extension (ADX) property

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface IExtensionProperty

The IExtensionProperty type exposes the following members.

Properties
  NameDescription
Public propertyIsInherited
Tells if the property is inherited or set at the current level
Public propertyName
Name of the property
Public propertyValue
Value assign to the property
Top
See Also