ExtensibleObjectExtensions Property  | 
 
            Gets the collection of extensions attached to this object.
            
 
    Namespace: 
   AGI.Foundation.Infrastructure
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ExtensionCollection Extensions { get; }Public ReadOnly Property Extensions As ExtensionCollection
	Get
public:
property ExtensionCollection^ Extensions {
	ExtensionCollection^ get ();
}member Extensions : ExtensionCollection with get
Property Value
Type: 
ExtensionCollection
See Also