CreateRepositoryUsingTemplateRequest.Owner 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.
The organization or person who will own the new repository. If left blank, the authenticated user will be the owner.
[System.Text.Json.Serialization.JsonPropertyName("owner")]
public string Owner { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("owner")>]
member this.Owner : string with get, set
Public Property Owner As String
Property Value
- Attributes