Share via


DataCollectorDescriptionAttribute.IsResourceName Property

Definition

Indicates whether the string that is provided for the description is a resource name or the actual description for the diagnostic data adapter.

public:
 property bool IsResourceName { bool get(); };
public bool IsResourceName { get; }
member this.IsResourceName : bool
Public ReadOnly Property IsResourceName As Boolean

Property Value

true if the provided string for the description is a resource name;false if the provided string should be used directly as the description for the diagnostic data adapter.

Applies to