EventHandlersDataSet.EventHandlersRow.Name Property
Specifies the strong name that represents the assembly that is used for event receiving.
Namespace: WebSvcEvents
Assembly: ProjectServerWebServices (in ProjectServerWebServices.dll)
Syntax
'Declaration
Public Property Name As String
Get
Set
'Usage
Dim instance As EventHandlersDataSet.EventHandlersRow
Dim value As String
value = instance.Name
instance.Name = value
public string Name { get; set; }
Property Value
Type: System.String
A string containing the strong name that represents the assembly, as follows:
Remarks
EventHandlerName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a26b5449ac4a4cf3
See Also
Reference
EventHandlersDataSet.EventHandlersRow Class