DictConfigurationKey.parentConfigurationKeyId 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.
Returns the ID of the parent configuration key for the configuration key.
public:
virtual int parentConfigurationKeyId();
public virtual int parentConfigurationKeyId ();
abstract member parentConfigurationKeyId : unit -> int
override this.parentConfigurationKeyId : unit -> int
Public Overridable Function parentConfigurationKeyId () As Integer
Returns
The ID of the parent configuration key; 0 (zero) if the configuration key has no parent configuration key.