Share via


IFsrmFileManagementJob.PropertyConditions Property

 

Retrieves or sets a list of property conditions specified for the job.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

IFsrmCollection PropertyConditions { get; }
property IFsrmCollection^ PropertyConditions {
    IFsrmCollection^ get();
}
abstract PropertyConditions : IFsrmCollection with get
ReadOnly Property PropertyConditions As IFsrmCollection

Property Value

Type: Microsoft.Storage.IFsrmCollection

Returns a IFsrmCollection interface that contains a collection of property conditions. The variant type of each item in the collection is VT_DISPATCH. Query the pdispVal member of the variant to get an IFsrmPropertyCondition interface that defines the condition.

Remarks

To specify a property condition for the job, call the CreatePropertyConditionmethod.

See Also

IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top