SharedConfigurationInfo Constructor
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Sub New ( _
currentVersion As ServerVersion, _
programId As String, _
offerId As String _
)
'Usage
Dim currentVersion As ServerVersion
Dim programId As String
Dim offerId As String
Dim instance As New SharedConfigurationInfo(currentVersion, _
programId, offerId)
public SharedConfigurationInfo(
ServerVersion currentVersion,
string programId,
string offerId
)
Parameters
- currentVersion
Type: Microsoft.Exchange.Data.ServerVersion
- programId
Type: System.String
- offerId
Type: System.String