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
'Usage
Dim instance As CustomFieldDefinition
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
CustomFieldDefinition Class
CustomFieldDefinition Members
Microsoft.Synchronization.SimpleProviders Namespace