ResumeProcessResponse.Name Property

Gets or sets the name of the process.

Namespace:  Microsoft.ComplexEventProcessing.ManagementService
Assembly:  Microsoft.ComplexEventProcessing.ManagementService (in Microsoft.ComplexEventProcessing.ManagementService.dll)

Syntax

'Declaration
<MessageHeaderAttribute> _
Public Property Name As Uri 
    Get 
    Set
'Usage
Dim instance As ResumeProcessResponse 
Dim value As Uri 

value = instance.Name

instance.Name = value
[MessageHeaderAttribute]
public Uri Name { get; set; }
[MessageHeaderAttribute]
public:
property Uri^ Name {
    Uri^ get ();
    void set (Uri^ value);
}
[<MessageHeaderAttribute>]
member Name : Uri with get, set
function get Name () : Uri 
function set Name (value : Uri)

Property Value

Type: System.Uri

See Also

Reference

ResumeProcessResponse Class

Microsoft.ComplexEventProcessing.ManagementService Namespace