Contains the value of the Reason attribute of the ApprovalResponse resource that is associated with the activity instance.
Namespace: Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ApprovalActivity
Dim value As String

value = instance.RejectedReason

instance.RejectedReason = value

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property RejectedReason As String
C#
[BrowsableAttribute(false)] 
public string RejectedReason { get; set; }
C++
[BrowsableAttribute(false)] 
public:
property String^ RejectedReason {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
public String get_RejectedReason ()

/** @property */
public void set_RejectedReason (String value)
JScript
public function get RejectedReason () : String

public function set RejectedReason (value : String)

Property Value

A String value that one of the approvers enters in an EmailTemplate object that indicates why the approver rejected the request.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also