RequestInfo.Justification Property
Gets or sets the requestor's reasons for making the request.
Namespace: [Sharepointemailws Web service]
Web service reference: http://Site/_vti_bin/Sharepointemailws.asmx
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.