VerifyResponseMessage.Value Field

 

The value of the response.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore, 
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "value", 
    Required = Required.Always)]
public bool Value
public:
[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling::Ignore, 
    NullValueHandling = NullValueHandling::Ignore, PropertyName = "value", 
    Required = Required::Always)]
bool Value
[<JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore,
    NullValueHandling = NullValueHandling.Ignore, PropertyName = "value",
    Required = Required.Always)>]
val mutable Value : bool
<JsonPropertyAttribute(DefaultValueHandling := DefaultValueHandling.Ignore,
    NullValueHandling := NullValueHandling.Ignore, PropertyName := "value",
    Required := Required.Always)>
Public Value As Boolean

Field Value

Type: System.Boolean

See Also

VerifyResponseMessage Class
Microsoft.Azure.KeyVault Namespace

Return to top