StorageLibraryChange.ChangeType Property

Definition

Gets a StorageLibraryChangeType value that indicates the type of change represented by the object.

public:
 property StorageLibraryChangeType ChangeType { StorageLibraryChangeType get(); };
StorageLibraryChangeType ChangeType();
public StorageLibraryChangeType ChangeType { get; }
var storageLibraryChangeType = storageLibraryChange.changeType;
Public ReadOnly Property ChangeType As StorageLibraryChangeType

Property Value

A StorageLibraryChangeType value that indicates the type of change represented by the object.

Applies to