AccountActions.FriendlyName Property

 

Optional. hmmm.

Namespace:   Microsoft.Azure.Management.Batch.Models
Assembly:  Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)

Syntax

public string FriendlyName { get; set; }
public:
property String^ FriendlyName {
    String^ get();
    void set(String^ value);
}
member FriendlyName : string with get, set
Public Property FriendlyName As String

Property Value

Type: System.String

See Also

AccountActions Class
Microsoft.Azure.Management.Batch.Models Namespace

Return to top