Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of ItemField objects in the ItemFieldDictionary collection.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public ReadOnly Property Count As Integer
'Usage
Dim instance As ItemFieldDictionary
Dim value As Integer
value = instance.Count
public int Count { get; }
public:
virtual property int Count {
int get () sealed;
}
/** @property */
public final int get_Count ()
public final function get Count () : int
Property Value
The number of ItemField objects in the ItemFieldDictionary collection.
See Also
Reference
ItemFieldDictionary Class
ItemFieldDictionary Members
Microsoft.Synchronization.SimpleProviders Namespace