Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AF SDK Reference

AFPlugIn.LoadPropertiesAttribute Class

  • Last UpdatedNov 18, 2025
  • 3 minute read
AFPlugIn.LoadPropertiesAttribute Class
Attribute used on an AFPlugIn assembly to specify the AFPlugInLoadProperties used to control the loading of the plugin.

Inheritance Hierarchy

SystemObject
  SystemAttribute
    OSIsoft.AFAFPlugInLoadPropertiesAttribute

Namespace:  OSIsoft.AF
Assembly:  OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182

Syntax

[AttributeUsageAttribute(AttributeTargets.Assembly, Inherited = true, AllowMultiple = false)]
public sealed class LoadPropertiesAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Assembly, Inherited := true, AllowMultiple := false)>
Public NotInheritable Class LoadPropertiesAttribute
	Inherits Attribute

Dim instance As AFPlugIn.LoadPropertiesAttribute
[AttributeUsageAttribute(AttributeTargets::Assembly, Inherited = true, AllowMultiple = false)]
public ref class LoadPropertiesAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Assembly, Inherited = true, AllowMultiple = false)>]
type LoadPropertiesAttribute =  
    class
        inherit Attribute
    end

The AFPlugInLoadPropertiesAttribute type exposes the following members.

Constructors

  NameDescription
Public method
AFPlugInLoadPropertiesAttribute
Initializes a new instance of the AFPlugInLoadPropertiesAttribute class.

Properties

  NameDescription
Public property
LoadProperties
Public property
TypeId
When implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute.)
Public property
Value
Gets a value that specifies the AFPlugInLoadProperties for the assembly implementing the AFPlugIn.

Methods

  NameDescription
Public method
Equals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public method
GetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public method
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method
IsDefaultAttribute
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute.)
Public method
Match
When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute.)
Public method
ToString
Returns a string that represents the current object.
(Inherited from Object.)

Remarks

An AFPlugIn assembly can be marked with this attribute to specify AFPlugInLoadProperties used to control the loading of the implementation of the plugin.

Version Information

AFSDK


See Also

TitleResults for “How to create a CRG?”Also Available in