Partager via


BaseEntity.LoadProperty Méthode

Définition

Surcharges

LoadProperty(IMediaDataServiceContext, String)
LoadProperty(IMediaDataServiceContext, BaseEntity, String)

LoadProperty(IMediaDataServiceContext, String)

protected void LoadProperty (Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceContext dataContext, string propertyName);
member this.LoadProperty : Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceContext * string -> unit
Protected Sub LoadProperty (dataContext As IMediaDataServiceContext, propertyName As String)

Paramètres

propertyName
String

S’applique à

LoadProperty(IMediaDataServiceContext, BaseEntity, String)

protected void LoadProperty (Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceContext dataContext, Microsoft.WindowsAzure.MediaServices.Client.BaseEntity entity, string propertyName);
member this.LoadProperty : Microsoft.WindowsAzure.MediaServices.Client.IMediaDataServiceContext * Microsoft.WindowsAzure.MediaServices.Client.BaseEntity * string -> unit
Protected Sub LoadProperty (dataContext As IMediaDataServiceContext, entity As BaseEntity, propertyName As String)

Paramètres

entity
BaseEntity
propertyName
String

S’applique à