public string BuildConfigByName (string targetGuid, string name);

파라미터

targetGuidThe GUID of the target as returned by TargetGuidByName.
nameThe name of the build configuration.

반환

string The GUID of the build configuration or null if it does not exist.

설명

Returns the GUID of build configuration with the given name for the specific target.

Null is returned if such configuration does not exist.