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 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 CustomFieldDefinition
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.