CancellableOperationTData Property |
Data value clone container.
Namespace:
MFiles.VAF.MultiserverMode
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic CloneContainer<T> Data { get; }
Public ReadOnly Property Data As CloneContainer(Of T)
Get
public:
property CloneContainer<T>^ Data {
CloneContainer<T>^ get ();
}
Property Value
Type:
CloneContainerT
See Also