Свойство EventReceiverDefinitionCreationInformation.ReceiverName
Specifies the name of the event receiver.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property ReceiverName As String
Get
Set
'Применение
Dim instance As EventReceiverDefinitionCreationInformation
Dim value As String
value = instance.ReceiverName
instance.ReceiverName = value
public string ReceiverName { get; set; }
Значение свойства
Тип: System.String
См. также
Справочные материалы
EventReceiverDefinitionCreationInformation класс