  | 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.4+fbadc980737ddc9bb67116900ecad57f84a0b241
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