System.Runtime.InteropServices.AutomationProxyAttribute.AutomationProxyAttribute C# (CSharp) Method

AutomationProxyAttribute() public method

public AutomationProxyAttribute ( bool val ) : System
val bool
return System
        public AutomationProxyAttribute(bool val)
        {
            Value = val;
        }
        public bool Value { get; }
AutomationProxyAttribute