LibraryItemPropertyCollection GetEnumerator Method TIBCO Spotfire 6.0 API Reference
Enumerates the properties in this collection.

Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public IEnumerator<LibraryItemProperty> GetEnumerator()

Return Value

Type: IEnumerator LibraryItemProperty 

Implements

IEnumerable T  GetEnumerator 
See Also