UserProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET