IGitHubRepositoryProperties.RepoName 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.
Gets or sets GitHub Repository name. Eg: "new-repo-1".
[Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=false, Description="Gets or sets GitHub Repository name.\r\n Eg: "new-repo-1".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="repoName", Update=false)]
public string RepoName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Security.Runtime.Info(Create=false, Description="Gets or sets GitHub Repository name.\r\n Eg: "new-repo-1".", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="repoName", Update=false)>]
member this.RepoName : string
Public ReadOnly Property RepoName As String
Property Value
- Attributes