IDataBoundaryIdentity.Default Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Default string modeled as parameter for auto generation to work correctly.
[Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.PSArgumentCompleter(new System.String[] { "default" })]
[Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Runtime.Info(Create=true, Description="Default string modeled as parameter for auto generation to work correctly.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="default", Update=true)]
public string Default { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.PSArgumentCompleter(new System.String[] { "default" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.DataBoundary.Runtime.Info(Create=true, Description="Default string modeled as parameter for auto generation to work correctly.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="default", Update=true)>]
member this.Default : string with get, set
Public Property Default As String
Property Value
- Attributes