Public Properties

  Name Description
public propertystatic ExtensionsDirectory The ExtensionsDirectory property retrieves the path of the extensions directory. This property returns %ProgramFiles%\Microsoft Forefront Identity Management\2010\Synchronization Service\Extensions.
public propertystatic InPreviewMode The InPreviewMode property determines if the current operation is running in preview mode. This property is true if the current operation is running in preview mode or false if the current operation is not running in preview mode.
public propertystatic MAs The MAs property retrieves a ManagementAgentCollection object that contains all management agents.
public propertystatic TransactionProperties The TransactionProperties property retrieves a TransactionPropertyCollection object that contains the properties for the current transaction. The properties in the collection will exist for the lifetime of the current transaction.
public propertystatic WorkingDirectory The WorkingDirectory property retrieves the path of the working directory. When used within a metaverse rules extension, this property returns %ProgramFiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\MaData. When used within a management agent rules extension, this property returns %ProgramFiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\MaData\MaName, where MaName is the name of the management agent.

See Also