IFsrmPropertyDefinition2 Interface

 

Defines a property that you want to use to classify files.

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

<GuidAttribute("47782152-D16C-4229-B4E1-0DDFE308B9F6")>
Public Interface IFsrmPropertyDefinition2
	Inherits IFsrmPropertyDefinition

NameDescription
System_CAPS_pubpropertyAppliesTo

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

System_CAPS_pubpropertyDescription

Gets and sets the Description property.

System_CAPS_pubpropertyDisplayName

Retrieves or sets the display name of the property definition.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyName

Gets and sets the Name property.

System_CAPS_pubpropertyParameters

Gets and sets the Parameters property.

System_CAPS_pubpropertyPossibleValues

Gets and sets the PossibleValues property.

System_CAPS_pubpropertyPropertyDefinitionFlags

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

System_CAPS_pubpropertyType

Gets and sets the Type property.

System_CAPS_pubpropertyValueDefinitions

Retrieves the possible value definitions of the property definition.

System_CAPS_pubpropertyValueDescriptions

Gets and sets the ValueDescriptions property.

NameDescription
System_CAPS_pubmethodCommit()

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

System_CAPS_pubmethodDelete()

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

Return to top

Community Additions

ADD
Show: