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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET