SPWebServiceCollection.GetValue method

Retrieves an object from the collection.

Overload list

  Name Description
Public method GetValue<U>() Retrieves an object from the collection with the specified type and the default name. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetValue<U>(Guid) Retrieves an object from the collection with the specified ID and type. (Inherited from SPPersistedObjectCollection<T>.)
Public method GetValue<U>(String) Retrieves an object from the collection with the specified name and type. (Inherited from SPPersistedObjectCollection<T>.)

Top

See also

Reference

SPWebServiceCollection class

SPWebServiceCollection members

Microsoft.SharePoint.Administration namespace