ICrossPlatformDsc.IsSystemResourceName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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