 | ClaimReferences Property |
This is preliminary documentation and is subject to change.
Gets/sets the collection of citations for the claim.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic IList<ClaimReference> References { get; }
Public ReadOnly Property References As IList(Of ClaimReference)
Get
Dim instance As Claim
Dim value As IList(Of ClaimReference)
value = instance.References
public:
property IList<ClaimReference^>^ References {
IList<ClaimReference^>^ get ();
}
member References : IList<ClaimReference> with get
Property Value
IListClaimReference
See Also