ApplicationNameAttribute.Value 属性

定义

获取一个值,该值指示 COM+ 应用程序的名称,该应用程序包含程序集中的组件。

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

属性值

COM+ 应用程序的名称。

适用于