GitHubAuthorRaw Property
Namespace: DevCase.ThirdParty.GitHubAssembly: DevCase.net48.ThirdParty.GitHub (in DevCase.net48.ThirdParty.GitHub.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public XElement Raw { get; }
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public ReadOnly Property Raw As XElement
Get
Dim instance As GitHubAuthor
Dim value As XElement
value = instance.Raw
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
property XElement^ Raw {
XElement^ get ();
}
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member Raw : XElement with get
No code example is currently available or this language may not be supported.
Property Value
XElement