Share via


DataCollectorFriendlyNameAttribute.IsResourceName Property

Definition

Gets the value that indicates whether the friendly name is a resource name.

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

Property Value

A bool value that indicates whether the provided string for the friendly name is a resource name. A value of false indicates that the provided string should be used directly as the friendly name for the data collector; otherwise, the friendly name is extracted from a resource that depends on the current language setting.

Applies to