ContentTypePropertyCollection.Item

ContentTypePropertyCollection indexer (1 of 2)

Gets the content type property by the specific index.

public ContentTypeProperty this[int index] { get; }
ParameterDescription
indexThe index.

Return Value

The content type property

See Also


ContentTypePropertyCollection indexer (2 of 2)

Gets the content type property by the property name.

public ContentTypeProperty this[string name] { get; }
ParameterDescription
nameThe property name.

Return Value

The content type property

See Also