G20Key.Base64Key Property

[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]

Key base 64 representation.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)

Syntax

'Declaration
Public Property Base64Key As String 
    Get 
    Set
'Usage
Dim instance As G20Key 
Dim value As String 

value = instance.Base64Key

instance.Base64Key = value
public string Base64Key { get; set; }
public:
property String^ Base64Key {
    String^ get ();
    void set (String^ value);
}
member Base64Key : string with get, set
function get Base64Key () : String 
function set Base64Key (value : String)

Property Value

Type: System.String

See Also

Reference

G20Key Class

Microsoft.WindowsAzure.MediaServices.Client Namespace