ICrossPlatformDsc.IsSystemResourceName(String) Method

Definition

Checks if a string is one of dynamic keywords that can be used in both configuration and meta configuration.

public bool IsSystemResourceName (string name);
abstract member IsSystemResourceName : string -> bool
Public Function IsSystemResourceName (name As String) As Boolean

Parameters

name
String

Returns

Applies to