DMFieldValueCollectionFieldIDs Method
|
Alterian Email Manager 6.2.3 SDK Help File
Gets all of the field ids contained in the collection.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic IntCollection FieldIDs()
Public Function FieldIDs As IntCollection
public:
IntCollection^ FieldIDs()
member FieldIDs : unit -> IntCollection
Return Value
Type:
IntCollectionA collection of ints with all field IDs in this collection.
See Also