IMediaDataServiceContext.LoadProperty Method
Loads deferred content for a specified property from the data service. Not supported by the WCF Data Services 5.0 client for Silverlight.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Function LoadProperty ( _
entity As Object, _
propertyName As String _
) As QueryOperationResponse
'Usage
Dim instance As IMediaDataServiceContext
Dim entity As Object
Dim propertyName As String
Dim returnValue As QueryOperationResponse
returnValue = instance.LoadProperty(entity, _
propertyName)
QueryOperationResponse LoadProperty(
Object entity,
string propertyName
)
QueryOperationResponse^ LoadProperty(
Object^ entity,
String^ propertyName
)
abstract LoadProperty :
entity:Object *
propertyName:string -> QueryOperationResponse
function LoadProperty(
entity : Object,
propertyName : String
) : QueryOperationResponse
Parameters
- entity
Type: System.Object
The entity that contains the property to load.
- propertyName
Type: System.String
The name of the property.
Return Value
Type: System.Data.Services.Client.QueryOperationResponse
Returns QueryOperationResponse.