IMediaProcessor.Vendor Property
The vendor name of the MediaProcessor.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
ReadOnly Property Vendor As String
Get
'Usage
Dim instance As IMediaProcessor
Dim value As String
value = instance.Vendor
string Vendor { get; }
property String^ Vendor {
String^ get ();
}
abstract Vendor : string
function get Vendor () : String
Property Value
Type: System.String