Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the collection of derived objects that were updated.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
IFsrmCollection DerivedObjects { get; }
property IFsrmCollection^ DerivedObjects {
IFsrmCollection^ get();
}
abstract DerivedObjects : IFsrmCollection with get
ReadOnly Property DerivedObjects As IFsrmCollection
Property Value
Type: Microsoft.Storage.IFsrmCollection
An IFsrmCollection that contains a collection of the derived objects. Each item of the collection is a variant of type VT_DISPATCH. Query the dispVal member of the variant to get an interface pointer to the derived object.
Remarks
For an example, see Updating a File Screen.
See Also
IFsrmDerivedObjectsResult Interface
Microsoft.Storage Namespace
Return to top