IInternalConfigRecord.StreamName 属性

定义

返回对配置文件执行 I/O 任务的 Stream 对象的名称。

public:
 property System::String ^ StreamName { System::String ^ get(); };
public string StreamName { get; }
member this.StreamName : string
Public ReadOnly Property StreamName As String

属性值

一个字符串,表示对配置文件执行 I/O 任务的 Stream 对象的名称。

适用于