Compartilhar via


RequestInfo.Justification Property

Gets or sets the requestor's reasons for making the request.

Namespace:  Microsoft.SharePoint.EmailIntegration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property Justification As String
    Get
    Set
'Usage
Dim instance As RequestInfo
Dim value As String

value = instance.Justification

instance.Justification = value
public string Justification { get; set; }

Property Value

Type: System.String
A String that represents the requestor's justification for his or her request.

See Also

Reference

RequestInfo Class

RequestInfo Members

Microsoft.SharePoint.EmailIntegration Namespace