Xceed .NET Libraries Documentation
ComponentAccessesMetaDataFileData Property


Xceed.Synchronization Assembly > Xceed.Synchronization Namespace > SynchronizationMetaDataEventArgs Class : ComponentAccessesMetaDataFileData Property
Gets or sets a boolean value indicating whether or not the synchronization component accesses the metadata found in MetaDataFile itself.
Syntax
'Declaration
 
Public Property ComponentAccessesMetaDataFileData As Boolean
'Usage
 
Dim instance As SynchronizationMetaDataEventArgs
Dim value As Boolean
 
instance.ComponentAccessesMetaDataFileData = value
 
value = instance.ComponentAccessesMetaDataFileData
public bool ComponentAccessesMetaDataFileData {get; set;}

Property Value

true if the the synchronization component is to access the metadata found in MetaDataFile; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SynchronizationMetaDataEventArgs Class
SynchronizationMetaDataEventArgs Members