CustomFunction.NDVICustomFunctionArguments.GetValue C# (CSharp) Method

GetValue() public method

Get the value associated with the name provided.
public GetValue ( string Name ) : object
Name string Name of the property
return object
        public object GetValue(string Name)
        {
            return myProperties.GetProperty(Name);
        }