TrackingConfigurationElement.ElementKey 属性
定义
获取一个用于唯一标识此配置元素的键。Gets a key that uniquely identifies the configuration element.
public:
abstract property System::Object ^ ElementKey { System::Object ^ get(); };
public abstract object ElementKey { get; }
member this.ElementKey : obj
Public MustOverride ReadOnly Property ElementKey As Object
属性值
元素键。The element key.