PropertyDefinition constructor
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Protected Sub New ( _
name As String, _
type As Type _
)
'Usage
Dim name As String
Dim type As Type
Dim instance As New PropertyDefinition(name, type)
protected PropertyDefinition(
string name,
Type type
)
Parameters
- name
Type: System.String
- type
Type: System.Type