Share via


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.

Return Value

Type: System.Data.Services.Client.QueryOperationResponse
Returns QueryOperationResponse.

See Also

Reference

IMediaDataServiceContext Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace