KeyMetadata.AllowedOperations 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.
Operations allowed using the key
[System.Text.Json.Serialization.JsonPropertyName("allowedOperations")]
public System.Collections.Generic.List<string> AllowedOperations { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("allowedOperations")>]
member this.AllowedOperations : System.Collections.Generic.List<string> with get, set
Public Property AllowedOperations As List(Of String)
Property Value
- Attributes