  | UploadResultFileKey Property | 
This is preliminary documentation and is subject to change.
            For 
Warning and 
Continue,
            the file key to be passed into the next upload attempt. 
            
 Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string? FileKey { get; init; }Public Property FileKey As String
	Get
	Set
Dim instance As UploadResult
Dim value As String
value = instance.FileKey
instance.FileKey = value
public:
property String^ FileKey {
	String^ get ();
	void set (String^ value);
}member FileKey : string with get, set
Property Value
String
See Also