UserProperty Class
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.
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
| Name | Description |
|---|---|
| UserProperty(String, Object) |
Initializes a new instance of UserProperty. |
Properties
| Name | Description |
|---|---|
| Name |
User property name. |
| Value |
User property value. Type: string (or Expression with resultType string). |