Freigeben über


CustomFieldDefinition.FieldId-Eigenschaft

Ruft die ganzzahlige ID für das Feld ab.

Namespace: Microsoft.Synchronization.SimpleProviders
Assembly: Microsoft.Synchronization.SimpleProviders (in microsoft.synchronization.simpleproviders.dll)

Syntax

'Declaration
Public ReadOnly Property FieldId As UInteger
'Usage
Dim instance As CustomFieldDefinition
Dim value As UInteger

value = instance.FieldId
public uint FieldId { get; }
public:
property unsigned int FieldId {
    unsigned int get ();
}
/** @property */
public UInt32 get_FieldId ()
public function get FieldId () : uint

Eigenschaftenwert

Eine ganzzahlige ID für das Feld.

Siehe auch

Verweis

CustomFieldDefinition-Klasse
CustomFieldDefinition-Member
Microsoft.Synchronization.SimpleProviders-Namespace