BackupEngineExtendedInfo.ProtectedItemsCount Property

Definition

Gets or sets number of protected items in the backup engine.

[Newtonsoft.Json.JsonProperty(PropertyName="protectedItemsCount")]
public int? ProtectedItemsCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="protectedItemsCount")>]
member this.ProtectedItemsCount : Nullable<int> with get, set
Public Property ProtectedItemsCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to