IFsrmPropertyDefinition2 Interface
Defines a property that you want to use to classify files.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("47782152-D16C-4229-B4E1-0DDFE308B9F6")]
public interface IFsrmPropertyDefinition2 : IFsrmPropertyDefinition
[GuidAttribute("47782152-D16C-4229-B4E1-0DDFE308B9F6")]
public interface class IFsrmPropertyDefinition2 : IFsrmPropertyDefinition
[<GuidAttribute("47782152-D16C-4229-B4E1-0DDFE308B9F6")>]
type IFsrmPropertyDefinition2 =
interface
interface IFsrmPropertyDefinition
end
<GuidAttribute("47782152-D16C-4229-B4E1-0DDFE308B9F6")>
Public Interface IFsrmPropertyDefinition2
Inherits IFsrmPropertyDefinition
Properties
Name | Description | |
---|---|---|
AppliesTo | Retrieves the flags with values from the _FsrmPropertyDefinitionAppliesTo enumeration that indicate what a FSRM property definition can be applied to. |
|
Description | Gets and sets the Description property. |
|
DisplayName | Retrieves or sets the display name of the property definition. |
|
id | Gets the id property. |
|
Name | Gets and sets the Name property. |
|
Parameters | Gets and sets the Parameters property. |
|
PossibleValues | Gets and sets the PossibleValues property. |
|
PropertyDefinitionFlags | Retrieves the flags for the property definition as enumerated by the _FsrmPropertyDefinitionFlags enumeration. |
|
Type | Gets and sets the Type property. |
|
ValueDefinitions | Retrieves the possible value definitions of the property definition. |
|
ValueDescriptions | Gets and sets the ValueDescriptions property. |
Methods
Name | Description | |
---|---|---|
Commit() | Saves the property definition object in the server's list of objects. |
|
Delete() | Removes the property definition object from the server's list of objects. |
See Also
Return to top