NetOffice.Tools.UnRegisterFunctionAttribute.UnRegisterFunctionAttribute C# (CSharp) Method

UnRegisterFunctionAttribute() public method

Creates an instance of the attribute
public UnRegisterFunctionAttribute ( RegisterMode mode )
mode RegisterMode register call condition
        public UnRegisterFunctionAttribute(RegisterMode mode)
        {
            Value = mode;
        }
    }
UnRegisterFunctionAttribute