ApprovedApplication Constructor (String, String, String, Boolean)
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Protected Sub New ( _
appHash As String, _
appName As String, _
cabName As String, _
isFromFile As Boolean _
)
'Usage
Dim appHash As String
Dim appName As String
Dim cabName As String
Dim isFromFile As Boolean
Dim instance As New ApprovedApplication(appHash, _
appName, cabName, isFromFile)
protected ApprovedApplication(
string appHash,
string appName,
string cabName,
bool isFromFile
)
Parameters
- appHash
Type: System.String
- appName
Type: System.String
- cabName
Type: System.String
- isFromFile
Type: System.Boolean