次の方法で共有


StorageProviderSyncRootInfo.ProtectionMode プロパティ

定義

同期ルート登録の保護モード。

public:
 property StorageProviderProtectionMode ProtectionMode { StorageProviderProtectionMode get(); void set(StorageProviderProtectionMode value); };
StorageProviderProtectionMode ProtectionMode();

void ProtectionMode(StorageProviderProtectionMode value);
public StorageProviderProtectionMode ProtectionMode { get; set; }
var storageProviderProtectionMode = storageProviderSyncRootInfo.protectionMode;
storageProviderSyncRootInfo.protectionMode = storageProviderProtectionMode;
Public Property ProtectionMode As StorageProviderProtectionMode

プロパティ値

保護モードの列挙値。

適用対象