  | BuiltInDataTypesCommonsMedia Property | 
This is preliminary documentation and is subject to change.
            Link to files stored at Wikimedia Commons. When a value is entered, the "File" namespace on Commons will be searched for matching files.
            
Namespace: WikiClientLibrary.Wikibase.DataTypesAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic static WikibaseDataType CommonsMedia { get; }Public Shared ReadOnly Property CommonsMedia As WikibaseDataType
	Get
Dim value As WikibaseDataType
value = BuiltInDataTypes.CommonsMedia
public:
static property WikibaseDataType^ CommonsMedia {
	WikibaseDataType^ get ();
}static member CommonsMedia : WikibaseDataType with get
Property Value
WikibaseDataType
Remarks
            The value type for this data type is `string`.
            
See Also