다음을 통해 공유


Webhook.LastModifiedBy 속성

정의

Webhook를 마지막으로 수정한 사용자의 세부 정보를 가져오거나 설정합니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상