ActionResult.Type Property
Gets or sets the action result type.
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As ActionResult
Dim value As ActionResultType
value = instance.Type
instance.Type = value
Syntax
'Declaration
Public Property Type As ActionResultType
public ActionResultType Type { get; set; }
public:
property ActionResultType Type {
ActionResultType get ();
void set (ActionResultType value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public ActionResultType get_Type ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Type (ActionResultType value)
CompilerGeneratedAttribute
public function get Type () : ActionResultType
CompilerGeneratedAttribute
public function set Type (value : ActionResultType)
Property Value
Type:ActionResultType.
Remarks
It takes the following values:
Event | 0 |
---|---|
Action |
1 |
Route |
2 |
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
See Also
Reference
ActionResult Class
ActionResult Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.