Properties associated with a server configuration folder.
[Visual Basic 6.0] Property FolderInfo(
ByVal folderName As String _
) As IPropertySet
[Visual Basic .NET] Public Function get_FolderInfo ( _ ByVal folderName As String _ ) As IPropertySet
[C#] public IPropertySet get_FolderInfo ( string folderName );
[Java] public IPropertySet getFolderInfo ( String folderName )
[C++] HRESULT get_FolderInfo( BSTR folderName, IPropertySet** ppInfo );
Parameters
folderName [in]
folderName is a parameter of type BSTR
ppInfo [out, retval]
ppInfo is a parameter of type IPropertySet