다음을 통해 공유


MaintenanceConfiguration.Visibility Property

Definition

Gets or sets the visibility of the configuration. The default value is 'Custom'. Possible values include: 'Custom', 'Public'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.visibility")]
public string Visibility { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.visibility")>]
member this.Visibility : string with get, set
Public Property Visibility As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to