FdoToolbox.Core.ETL.Specialized.FdoClassCopyOptions.GetTargetProperty C# (CSharp) Метод

GetTargetProperty() публичный Метод

Gets the target property.
public GetTargetProperty ( string srcProp ) : string
srcProp string The source prop.
Результат string
        public string GetTargetProperty(string srcProp)
        {
            return _propertyMappings[srcProp];
        }