RequestInfo.RequestId Property
Reserved for future use. Do not use.
Namespace: Microsoft.SharePoint.EmailIntegration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property RequestId As Guid
Get
Set
'Usage
Dim instance As RequestInfo
Dim value As Guid
value = instance.RequestId
instance.RequestId = value
public Guid RequestId { get; set; }
Property Value
Type: System.Guid