Share via


UserProperty Constructors

Definition

Overloads

UserProperty()

Initializes a new instance of the UserProperty class.

UserProperty(String, Object)

Initializes a new instance of the UserProperty class.

UserProperty()

Initializes a new instance of the UserProperty class.

public UserProperty ();
Public Sub New ()

Applies to

UserProperty(String, Object)

Initializes a new instance of the UserProperty class.

public UserProperty (string name, object value);
new Microsoft.Azure.Management.DataFactory.Models.UserProperty : string * obj -> Microsoft.Azure.Management.DataFactory.Models.UserProperty
Public Sub New (name As String, value As Object)

Parameters

name
String

User property name.

value
Object

User property value. Type: string (or Expression with resultType string).

Applies to