Click or drag to resize
GenericPropertyPropertyType Properties

The GenericPropertyPropertyType generic type exposes the following members.

Properties
  NameDescription
Public propertyInitializer
Property initializer
Public propertyInstance
Property value. Initializes the extension object if not available
(Inherited from GenericExtensionExtensionType.)
Public propertyIsInitialized
Returns true if the extension is initialized
(Inherited from GenericExtensionExtensionType.)
Public propertyLazyInstance
Lazy instance of the extension
(Inherited from GenericExtensionExtensionType.)
Public propertyName
Property name
(Overrides GenericExtensionExtensionTypeName.)
Public propertyParentExtension
Parent extension. If set, provides instance object to current extension
(Inherited from GenericExtensionExtensionType.)
Public propertyParentProperty
Parent property. If set, provides value to current extension
Protected propertyPropertyInitializer
Property initializer
(Inherited from GenericExtensionExtensionType.)
Public propertyType
Type of the property
Public propertyValue
Property value
Public propertyValueIsSingleton
If true, the property ensures an object instance in it's value if null
Top
See Also