public GitHubAuthor Author { get; }
Public ReadOnly Property Author As GitHubAuthor
Get
Dim instance As GitHubRelease
Dim value As GitHubAuthor
value = instance.Author
public:
property GitHubAuthor^ Author {
GitHubAuthor^ get ();
}
member Author : GitHubAuthor with get
No code example is currently available or this language may not be supported.