ServiceRequest.Notes Property

Definition

Gets or sets a collection of notes associated with the service request.

public System.Collections.Generic.IEnumerable<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequestNote> Notes { get; set; }
member this.Notes : seq<Microsoft.Store.PartnerCenter.Models.ServiceRequests.ServiceRequestNote> with get, set
Public Property Notes As IEnumerable(Of ServiceRequestNote)

Property Value

Applies to