Property Success
Success
Gets a value indicating whether the Put or Delete operation was
successful.
Declaration
public bool Success { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true if the Put or Delete operation was successful,
otherwise false.
|