SystemProperties.Image Property

Definition

Gets an object that provides the indexing names of Windows file properties for System.Image.

public:
 static property SystemImageProperties ^ Image { SystemImageProperties ^ get(); };
static SystemImageProperties Image();
public static SystemImageProperties Image { get; }
var systemImageProperties = SystemProperties.image;
Public Shared ReadOnly Property Image As SystemImageProperties

Property Value

A helper object that provides names for Windows file properties for System.Image.

Applies to

See also