SPRemoteEntityInstanceEventProperties.EntityNamespace property
Namespace: Microsoft.SharePoint.Client.EventReceivers
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property EntityNamespace As String
Get
Set
'Usage
Dim instance As SPRemoteEntityInstanceEventProperties
Dim value As String
value = instance.EntityNamespace
instance.EntityNamespace = value
[DataMemberAttribute]
public string EntityNamespace { get; set; }
Property value
Type: System.String
See also
Reference
SPRemoteEntityInstanceEventProperties class