 | Snak(String) Constructor |
This is preliminary documentation and is subject to change.
Initializes a snak with specified property ID and empty value.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntaxpublic Snak(
string propertyId
)
Public Sub New (
propertyId As String
)
Dim propertyId As String
Dim instance As New Snak(propertyId)
public:
Snak(
String^ propertyId
)
new :
propertyId : string -> Snak
Parameters
- propertyId String
- The property id.
Exceptions
See Also