Warning.ObjectType 属性

定义

获取或设置错误或警告的对象类型。

public:
 property System::String ^ ObjectType { System::String ^ get(); void set(System::String ^ value); };
public string ObjectType { get; set; }
member this.ObjectType : string with get, set
Public Property ObjectType As String

属性值

一个String值,该值包含错误或警告的对象类型。

适用于