Amazon.StorageGateway.Model.ListVolumeRecoveryPointsResult.IsSetVolumeRecoveryPointInfos C# (CSharp) Method

IsSetVolumeRecoveryPointInfos() private method

private IsSetVolumeRecoveryPointInfos ( ) : bool
return bool
        internal bool IsSetVolumeRecoveryPointInfos()
        {
            return this.volumeRecoveryPointInfos.Count > 0;
        }
    }