SPEventReceiverDefinition.Url property
取得或設定提供遠端事件接收器服務的 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property Url As String
Get
Set
'用途
Dim instance As SPEventReceiverDefinition
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Property value
Type: System.String
字串,表示 URL。
備註
URL 可以使用 http 或 https 繫結。
請參閱
參照
SPEventReceiverDefinition class