Share via


Device.AllowedOperations Property

Definition

Gets or sets the list of HTTP methods allowed on a device as GET, PATCH, DELETE.

public System.Collections.Generic.IEnumerable<string> AllowedOperations { get; set; }
member this.AllowedOperations : seq<string> with get, set
Public Property AllowedOperations As IEnumerable(Of String)

Property Value

List of strings.

Applies to