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