StorageVolume.MediaStoreVolumeName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the volume name that can be used to interact with this storage
device through MediaStore
.
public string? MediaStoreVolumeName { [Android.Runtime.Register("getMediaStoreVolumeName", "()Ljava/lang/String;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getMediaStoreVolumeName", "()Ljava/lang/String;", "", ApiSince=30)>]
member this.MediaStoreVolumeName : string
Property Value
opaque volume name, or null
if this volume is not indexed
by MediaStore
.
- Attributes
Remarks
Return the volume name that can be used to interact with this storage device through MediaStore
.
Java documentation for android.os.storage.StorageVolume.getMediaStoreVolumeName()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.