OutputStreamBinding.StreamName 屬性

 

取得此繫結之輸出資料流的名稱。

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

語法

public Uri StreamName { get; internal set; }
public:
property Uri^ StreamName {
    Uri^ get();
    internal: void set(Uri^ value);
}
member StreamName : Uri with get, internal set
Public Property StreamName As Uri
    Get
    Friend Set
End Property

屬性值

Type: System.Uri

輸出資料流的完整名稱。

請參閱

OutputStreamBinding 類別
Microsoft.ComplexEventProcessing 命名空間

回到頁首