Item

ContentTypePropertyCollection indexer (1 of 2)

通过特定索引获取内容类型属性。

public ContentTypeProperty this[int index] { get; }
范围描述
index指数。

返回值

内容类型属性

也可以看看


ContentTypePropertyCollection indexer (2 of 2)

通过属性名获取内容类型属性。

public ContentTypeProperty this[string name] { get; }
范围描述
name属性名称。

返回值

内容类型属性

也可以看看