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 | |
---|---|---|
Operator | Specifies the comparison operator. |
|
PropertyId | Retrieves or sets the predefined file property. |
|
PropertyName | Retrieves or sets the name of the file condition property. |
|
Type | Gets the Type property. |
|
Value | Retrieves or sets the file condition property value. |
|
ValueType | Retrieves or sets the type of the file condition property value. |
Methods
Name | Description | |
---|---|---|
Delete() | Deletes a file condition property. |
See Also
Return to top