Share via


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
    Get
'Usage
Dim instance As ItemField
Dim value As UInteger

value = instance.FieldSize
public uint FieldSize { get; }
public:
property unsigned int FieldSize {
    unsigned int get ();
}
member FieldSize : uint32
function get FieldSize () : uint

Property Value

Type: System.UInt32
The size associated with the field.

See Also

Reference

ItemField Class

Microsoft.Synchronization.SimpleProviders Namespace