FdoToolbox.Core.ETL.Specialized.FdoClassCopyOptions.GetTargetProperty C# (CSharp) Method

GetTargetProperty() public method

Gets the target property.
public GetTargetProperty ( string srcProp ) : string
srcProp string The source prop.
return string
        public string GetTargetProperty(string srcProp)
        {
            return _propertyMappings[srcProp];
        }