IFsrmFileConditionProperty Interface

 

Defines a file condition property

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

Syntax

[GuidAttribute("81926775-B981-4479-988F-DA171D627360")]
public interface IFsrmFileConditionProperty : IFsrmFileCondition
[GuidAttribute("81926775-B981-4479-988F-DA171D627360")]
public interface class IFsrmFileConditionProperty : IFsrmFileCondition
[<GuidAttribute("81926775-B981-4479-988F-DA171D627360")>]
type IFsrmFileConditionProperty = 
    interface
        interface IFsrmFileCondition
    end
<GuidAttribute("81926775-B981-4479-988F-DA171D627360")>
Public Interface IFsrmFileConditionProperty
    Inherits IFsrmFileCondition

Properties

Name Description
System_CAPS_pubproperty Operator

Specifies the comparison operator.

System_CAPS_pubproperty PropertyId

Retrieves or sets the predefined file property.

System_CAPS_pubproperty PropertyName

Retrieves or sets the name of the file condition property.

System_CAPS_pubproperty Type

Gets the Type property.

System_CAPS_pubproperty Value

Retrieves or sets the file condition property value.

System_CAPS_pubproperty ValueType

Retrieves or sets the type of the file condition property value.

Methods

Name Description
System_CAPS_pubmethod Delete()

Deletes a file condition property.

See Also

Microsoft.Storage Namespace

Return to top