Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.