Microsoft Identity Integration Server 2003 Developer Reference

Utils.ExtensionsDirectory

The ExtensionsDirectory property retrieves the path of the extensions directory. This property returns %ProgramFiles%\Microsoft Identity Integration Server\Extensions.
[C#]
public String ExtensionsDirectory {get;}
[Visual Basic .NET]
Public ReadOnly Property ExtensionsDirectory As String

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

Utils