AccountActions.FriendlyDescription Property
Optional. hmmm.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public string FriendlyDescription { get; set; }
public:
property String^ FriendlyDescription {
String^ get();
void set(String^ value);
}
member FriendlyDescription : string with get, set
Public Property FriendlyDescription As String
Property Value
Type: System.String
See Also
AccountActions Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top