Share via


IChatTranscriptDetails.Message Property

Definition

List of chat transcript communication resources.

[Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="List of chat transcript communication resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IMessageProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="messages", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IMessageProperties> Message { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.Info(Create=true, Description="List of chat transcript communication resources.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IMessageProperties) }, Read=true, ReadOnly=false, Required=false, SerializedName="messages", Update=true)>]
member this.Message : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Support.Models.IMessageProperties> with get, set
Public Property Message As List(Of IMessageProperties)

Property Value

Attributes

Applies to