TypeIdentifier.Name Field

Full name of the type including the namespace.

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

'Declaration
<DataMemberAttribute(Name := "Name", Order := )> _
Public Name As String
'Usage
Dim instance As TypeIdentifier 
Dim value As String 

value = instance.Name 

instance.Name = value
[DataMemberAttribute(Name = "Name", Order = )]
public string Name
[DataMemberAttribute(Name = L"Name", Order = )]
public:
String^ Name
[<DataMemberAttribute(Name = "Name", Order = )>]
val mutable Name: string
public var Name : String

See Also

Reference

TypeIdentifier Class

Microsoft.ComplexEventProcessing.ManagementService Namespace