Share via


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
System_CAPS_pubproperty AppliesTo

Retrieves the flags with values from the _FsrmPropertyDefinitionAppliesTo enumeration that indicate what a FSRM property definition can be applied to.

System_CAPS_pubproperty Description

Gets and sets the Description property.

System_CAPS_pubproperty DisplayName

Retrieves or sets the display name of the property definition.

System_CAPS_pubproperty id

Gets the id property.

System_CAPS_pubproperty Name

Gets and sets the Name property.

System_CAPS_pubproperty Parameters

Gets and sets the Parameters property.

System_CAPS_pubproperty PossibleValues

Gets and sets the PossibleValues property.

System_CAPS_pubproperty PropertyDefinitionFlags

Retrieves the flags for the property definition as enumerated by the _FsrmPropertyDefinitionFlags enumeration.

System_CAPS_pubproperty Type

Gets and sets the Type property.

System_CAPS_pubproperty ValueDefinitions

Retrieves the possible value definitions of the property definition.

System_CAPS_pubproperty ValueDescriptions

Gets and sets the ValueDescriptions property.

Methods

Name Description
System_CAPS_pubmethod Commit()

Saves the property definition object in the server's list of objects.

System_CAPS_pubmethod Delete()

Removes the property definition object from the server's list of objects.

See Also

Microsoft.Storage Namespace

Return to top