다음을 통해 공유


Activity.Attachments 속성

정의

활동에 대한 첨부 파일을 가져오거나 설정합니다.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Attachment> Attachments { get; set; }
member this.Attachments : System.Collections.Generic.IList<Microsoft.Bot.Schema.Attachment> with get, set
Public Property Attachments As IList(Of Attachment)

속성 값

활동에 대한 첨부 파일입니다.

구현

적용 대상