ClientObjectPrototype.RetrieveObject<PropertyType>(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.SharePoint.Client.ClientObjectPrototype<PropertyType> RetrieveObject<PropertyType> (string propertyName);
member this.RetrieveObject : string -> Microsoft.SharePoint.Client.ClientObjectPrototype<'PropertyType>
Public Function RetrieveObject(Of PropertyType) (propertyName As String) As ClientObjectPrototype(Of PropertyType)
Type Parameters
- PropertyType
Parameters
- propertyName
- String
Returns
ClientObjectPrototype<PropertyType>