ItemField.FieldSize Property
Gets the size associated with the field, such as the length of the string or byte array that it will store.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)
Syntax
'Declaration
Public ReadOnly Property FieldSize As UInteger
'Usage
Dim instance As ItemField
Dim value As UInteger
value = instance.FieldSize
public uint FieldSize { get; }
public:
property unsigned int FieldSize {
unsigned int get ();
}
/** @property */
public UInt32 get_FieldSize ()
public function get FieldSize () : uint
Property Value
The size associated with the field.
See Also
Reference
ItemField Class
ItemField Members
Microsoft.Synchronization.SimpleProviders Namespace