다음을 통해 공유


DscConfigurationParameter.Position 속성

정의

매개 변수의 위치를 가져오거나 설정합니다.

public int Position { get; set; }
[Newtonsoft.Json.JsonProperty(PropertyName="position")]
public int? Position { get; set; }
member this.Position : int with get, set
[<Newtonsoft.Json.JsonProperty(PropertyName="position")>]
member this.Position : Nullable<int> with get, set
Public Property Position As Integer
Public Property Position As Nullable(Of Integer)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상