IMySqlIdentity.DatabaseName Property

Definition

The name of the database.

[Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The name of the database.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="databaseName")]
public string DatabaseName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.Info(Description="The name of the database.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="databaseName")>]
member this.DatabaseName : string with get, set
Public Property DatabaseName As String

Property Value

Attributes

Applies to