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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET