Contains a reference to the
EmailTemplate
resource that is used to send an e-mail message to the approvers on
the
Escalation property after the approval has been
escalated.
Namespace:
Microsoft.ResourceManagement.Workflow.Activities
Assembly: Microsoft.ResourceManagement (in
microsoft.resourcemanagement.dll)
Usage
Visual Basic |
Dim instance As ApprovalActivity
Dim value As Guid
value = instance.EscalationEmailTemplate
instance.EscalationEmailTemplate = value
|
Syntax
Visual Basic |
Public Property EscalationEmailTemplate As Guid
|
C# |
public Guid EscalationEmailTemplate { get; set; }
|
C++ |
public:
property Guid EscalationEmailTemplate {
Guid get ();
void set (Guid value);
}
|
J# |
/** @property */
public Guid get_EscalationEmailTemplate ()
/** @property */
public void set_EscalationEmailTemplate (Guid value)
|
JScript |
public function get EscalationEmailTemplate () : Guid
public function set EscalationEmailTemplate (value : Guid)
|
Property Value
A
Guid value that references an
EmailTemplate.
Remarks
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
Change
History
See Also