SPUserCollection.Item property
Include protected members
Include inherited members
從集合中取得指定的使用者物件。
Overload list
Name | Description | |
---|---|---|
Item[Int32] | 取得集合中指定之索引處的使用者物件。在 C# 中,這個屬性會是SPUserCollection類別的索引子。 | |
Item[String] | 從集合中取得具有指定的使用者名稱的使用者物件。在 C# 中,這個屬性會是SPUserCollection類別的索引子。 |
Top