  | ClaimType Property | 
This is preliminary documentation and is subject to change.
The type of the claim.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string Type { get; set; }Public Property Type As String
	Get
	Set
Dim instance As Claim
Dim value As String
value = instance.Type
instance.Type = value
public:
property String^ Type {
	String^ get ();
	void set (String^ value);
}member Type : string with get, set
Property Value
String
RemarksThe value often is statement.
See Also