Click or drag to resize
weroSoft AG, Software
EncryptedDataProviderTotalCount Property
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Gets the total count of nodes independent of the provider.

Namespace:  WeroSoft.Security
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public int TotalCount { get; }

Property Value

Type: Int32

Implements

IEncryptedDataProviderTotalCount
Exceptions
ExceptionCondition
ObjectDisposedExceptionThrown if the object has already disposed and therefore no longer can be used.
InvalidOperationExceptionThrown if object is not initialized and therefore not yet may be used.
See Also