대화의 id를 가져오거나 설정 합니다.Gets or sets id for the dialog.
public string Id { get; set; }
member this.Id : string with get, set
Public Property Id As String
대화의 Id입니다.Id for the dialog.
감사합니다.