 | 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.3+0a73c45f0c78941900e328c6c6b819597b665e00
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