Contains a reference to the
ObjectID of the
EmailTemplate
resource that is sent to the requester if an approval is
denied.
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.ApprovalDeniedEmailTemplate
instance.ApprovalDeniedEmailTemplate = value
|
Syntax
Visual Basic |
Public Property ApprovalDeniedEmailTemplate As Guid
|
C# |
public Guid ApprovalDeniedEmailTemplate { get; set; }
|
C++ |
public:
property Guid ApprovalDeniedEmailTemplate {
Guid get ();
void set (Guid value);
}
|
J# |
/** @property */
public Guid get_ApprovalDeniedEmailTemplate ()
/** @property */
public void set_ApprovalDeniedEmailTemplate (Guid value)
|
JScript |
public function get ApprovalDeniedEmailTemplate () : Guid
public function set ApprovalDeniedEmailTemplate (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