BaseEntity.LoadProperty 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.
Overloads
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)
Parameters
- dataContext
- IMediaDataServiceContext
- propertyName
- String
Applies to
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)
Parameters
- dataContext
- IMediaDataServiceContext
- entity
- BaseEntity
- propertyName
- String
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET