FileStreamStorage<TKey>.StorageFileExtension Property

Definition

Get or set the extension for contained files. If set to AllExtensions, the storage will recognize all files in the storage directory.

public:
 property System::String ^ StorageFileExtension { System::String ^ get(); };
public:
 property Platform::String ^ StorageFileExtension { Platform::String ^ get(); };
public string StorageFileExtension { get; }
member this.StorageFileExtension : string
Public ReadOnly Property StorageFileExtension As String

Property Value

Returns String.

Applies to