SciProfile_Settings.ps1

# ===========================================================================
# SciProfile_Settings.ps1 -------------------------------------------------
# ===========================================================================

# settings ----------------------------------------------------------------
# ---------------------------------------------------------------------------
@( 
    @{Field="Format"; Value=@("Name", "Alias", "Type", "Description", "Folder", "Url")}
) | ForEach-Object {
    $SciProfile  | Add-Member -MemberType NoteProperty -Name $_.Field -Value  $_.Value
}