StorageProviderSyncRootInfo.StorageProviderItemPropertyDefinitions Property

Definition

Gets the StorageProviderItemPropertyDefinition information for a sync root.

public:
 property IVector<StorageProviderItemPropertyDefinition ^> ^ StorageProviderItemPropertyDefinitions { IVector<StorageProviderItemPropertyDefinition ^> ^ get(); };
IVector<StorageProviderItemPropertyDefinition> StorageProviderItemPropertyDefinitions();
public IList<StorageProviderItemPropertyDefinition> StorageProviderItemPropertyDefinitions { get; }
var iVector = storageProviderSyncRootInfo.storageProviderItemPropertyDefinitions;
Public ReadOnly Property StorageProviderItemPropertyDefinitions As IList(Of StorageProviderItemPropertyDefinition)

Property Value

Applies to