UserProperty Class

Definition

User property.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.UserProperty+UserPropertyConverter))]
public class UserProperty
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.UserProperty+UserPropertyConverter))>]
type UserProperty = class
Public Class UserProperty
Inheritance
UserProperty
Attributes

Constructors

UserProperty(String, Object)

Initializes a new instance of UserProperty.

Properties

Name

User property name.

Value

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

Applies to