FileOperationResult.Boolean Property
Gets the result of the operation or request.
Namespace: Microsoft.Azure.Management.DataLake.Store.Models
Assembly: Microsoft.Azure.Management.DataLake.Store (in Microsoft.Azure.Management.DataLake.Store.dll)
Syntax
[JsonPropertyAttribute(PropertyName = "boolean")]
public Nullable<bool> Boolean { get; private set; }
public:
[JsonPropertyAttribute(PropertyName = "boolean")]
property Nullable<bool> Boolean {
Nullable<bool> get();
private: void set(Nullable<bool> value);
}
[<JsonPropertyAttribute(PropertyName = "boolean")>]
member Boolean : Nullable<bool> with get, private set
<JsonPropertyAttribute(PropertyName := "boolean")>
Public Property Boolean As Nullable(Of Boolean)
Get
Private Set
End Property
Property Value
Type: System.Nullable<Boolean>
See Also
FileOperationResult Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace
Return to top