IChatTranscriptDetails.Message Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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