CustomFunction.NDVICustomFunctionArguments.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

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