GetReplacementParameter.Result Property
Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)
Usage
'Usage
Dim instance As GetReplacementParameter
Dim value As OutArgument(Of String)
value = instance.Result
instance.Result = value
Syntax
'Declaration
Public Property Result As OutArgument(Of String)
public OutArgument<string> Result { get; set; }
public:
property OutArgument<String^>^ Result {
OutArgument<String^>^ get ();
void set (OutArgument<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public OutArgument<String> get_Result ()
/** @property */
/** @attribute CompilerGeneratedAttribute() */
public void set_Result (OutArgument<String> value)
CompilerGeneratedAttribute
public function get Result () : OutArgument<String>
CompilerGeneratedAttribute
public function set Result (value : OutArgument<String>)
Property Value
Type: OutArgument
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
GetReplacementParameter Class
GetReplacementParameter Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.WorkflowDesigner Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.