  | Claim(String, Object, WikibaseDataType) Constructor | 
This is preliminary documentation and is subject to change.
            Initializes a new 
Claim instance with the main snak set to property id and value.
            
 Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic Claim(
	string propertyId,
	Object dataValue,
	WikibaseDataType dataType
)
Public Sub New ( 
	propertyId As String,
	dataValue As Object,
	dataType As WikibaseDataType
)
Dim propertyId As String
Dim dataValue As Object
Dim dataType As WikibaseDataType
Dim instance As New Claim(propertyId, 
	dataValue, dataType)
public:
Claim(
	String^ propertyId, 
	Object^ dataValue, 
	WikibaseDataType^ dataType
)
new : 
        propertyId : string * 
        dataValue : Object * 
        dataType : WikibaseDataType -> ClaimParameters
- propertyId  String
 - The property ID of the auto-constructed main snak.
 - dataValue  Object
 - The data value of the main snak.
 - dataType  WikibaseDataType
 - The data type of the main snak.
 
Exceptions
See Also