Share via


ExtendedProperties.Item Property

ExtendedProperties.Item Property

Gets the ExtendedProperty object at the specified index within the ExtendedProperties collection.

Overload List

public ExtendedProperty Item(Guid)
public ExtendedProperty Item(Int32)

Remarks

Note: In C#, use the collection's indexer as shown in the following example, instead of using the collection's Item property.

Examples

See Also