Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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