ApprovalActivity.RejectedReason Property
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
'Usage
Dim instance As ApprovalActivity
Dim value As String
value = instance.RejectedReason
instance.RejectedReason = value
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property RejectedReason As String
[BrowsableAttribute(false)]
public string RejectedReason { get; set; }
[BrowsableAttribute(false)]
public:
property String^ RejectedReason {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_RejectedReason ()
/** @property */
public void set_RejectedReason (String value)
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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
ApprovalActivity Class
ApprovalActivity Members
Microsoft.ResourceManagement.Workflow.Activities Namespace
ApprovalActivity