ISelfHelpIdentity.SolutionResourceName 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.
Solution resource Name.
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Description="Solution resource Name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="solutionResourceName")]
public string SolutionResourceName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Solution resource Name.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="solutionResourceName", Update=true)]
public string SolutionResourceName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Description="Solution resource Name.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="solutionResourceName")>]
member this.SolutionResourceName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.SelfHelp.Runtime.Info(Create=true, Description="Solution resource Name.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="solutionResourceName", Update=true)>]
member this.SolutionResourceName : string with get, set
Public Property SolutionResourceName As String
Property Value
- Attributes