Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Gets the data type of the field.
Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in Microsoft.Synchronization.SimpleProviders.dll)
Syntax
'Declaration
Public ReadOnly Property FieldType As Type
Get
'Usage
Dim instance As CustomFieldDefinition
Dim value As Type
value = instance.FieldType
public Type FieldType { get; }
public:
property Type^ FieldType {
Type^ get ();
}
member FieldType : Type
function get FieldType () : Type
Property Value
Type: System.Type
The data type of the field. For a list of supported types, see CustomFieldDefinition.