CustomFieldDefinition::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)

public:
property unsigned int FieldSize {
	unsigned int get ();
}

Property Value

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