ResumeProcessResponse.Name 屬性
取得或設定處理序的名稱。
命名空間: Microsoft.ComplexEventProcessing.ManagementService
組件: Microsoft.ComplexEventProcessing.ManagementService (在 Microsoft.ComplexEventProcessing.ManagementService.dll 中)
語法
'宣告
<MessageHeaderAttribute> _
Public Property Name As Uri
Get
Set
'用途
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)
屬性值
型別:System.Uri