ExtendedAttribute Constructors

Definition

Overloads

ExtendedAttribute()

Initializes a new instance of the ExtendedAttribute class.

ExtendedAttribute(String, String)

Initializes a new instance of the ExtendedAttribute class with an attribute name and attribute value.

ExtendedAttribute()

Initializes a new instance of the ExtendedAttribute class.

public:
 ExtendedAttribute();
public ExtendedAttribute ();
Public Sub New ()

Applies to

ExtendedAttribute(String, String)

Initializes a new instance of the ExtendedAttribute class with an attribute name and attribute value.

public:
 ExtendedAttribute(System::String ^ name, System::String ^ value);
public ExtendedAttribute (string name, string value);
Public Sub New (name As String, value As String)

Parameters

name
String

For internal use only.

value
String

For internal use only.

Applies to