  | ChunkedUploadSourceFileName Property | 
This is preliminary documentation and is subject to change.
            The file name used in the stashing requests.
            
Namespace: WikiClientLibrary.FilesAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic string FileName { get; }Public ReadOnly Property FileName As String
	Get
Dim instance As ChunkedUploadSource
Dim value As String
value = instance.FileName
public:
property String^ FileName {
	String^ get ();
}member FileName : string with get
Property Value
String
See Also