GetEntityTypeRequest.Name 屬性

取得或設定實體的名稱。

命名空間:  Microsoft.ComplexEventProcessing.ManagementService
組件:  Microsoft.ComplexEventProcessing.ManagementService (在 Microsoft.ComplexEventProcessing.ManagementService.dll 中)

語法

'宣告
<MessageHeaderAttribute> _
Public Property Name As Uri 
    Get 
    Set
'用途
Dim instance As GetEntityTypeRequest 
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

請參閱

參考

GetEntityTypeRequest 類別

Microsoft.ComplexEventProcessing.ManagementService 命名空間