RequestInfo.Justification property
Gets or sets the requestor's reasons for making the request.
Namespace: WebSvcsharepointemailws
Assembly: STSSOAP (in STSSOAP.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.